Backorder Preorder Reservation
Update BackOrderPreOrderReservation
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json · string
The body is of type string
.
Example:
{
"backOrderedQuantity": 2,
"toReleaseQuantity": 3,
"locationNum": 23,
"channelId": "channel_12",
"vendorId": "vendor_123",
"consentToDelay": "true",
"consentDate": "2022-07-12T09:30:31.198Z",
"lastNotificationDate": "2022-06-12T09:30:31.198Z",
"toNotify": "false",
"orderStatusCode": "Created",
"lineItemStatus": "CANCELLED",
"paymentStatus": "OK"
}
Response
200
application/json
BackOrderPreOrderReservation object Updated
BackOrderPreOrderReservation Model
Example:
"order_123"
Example:
"sku_123"
Example:
"0"
Example:
"BACKORDER"
Example:
"2022-04-12T09:30:31.198Z"
Example:
5
Example:
23
Example:
"channel_12"
Example:
"Created"
Example:
"1"
Example:
"123"
Example:
"b03b72dc-78d8-4ea4-90fc-2fe6a1fe6569"
Example:
0
Example:
"vendor_123"
Example:
"true"
Example:
"2022-07-12T09:30:31.198Z"
Example:
"2022-06-12T09:30:31.198Z"
Example:
"false"
Example:
"CANCELLED"
Example:
"OK"