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