Skip to main content

ConfirmOrderResponse

Response of the generic order confirmation: the order identifier and the mapping between the requested cart items and the created (or replayed) order rows — the legacy WSM_OrderConfirm ID_Order + listIDOrderow outputs.

orderIdinteger<int32>required
orderItems object[]nullable
  • Array [
  • orderItemIdinteger<int32>required
    cartItemIdinteger<int32>required
  • ]
  • ConfirmOrderResponse
    {
    "orderId": 0,
    "orderItems": [
    {
    "orderItemId": 0,
    "cartItemId": 0
    }
    ]
    }