Record customer agreement to delay shipment
Record customer’s agreement to delay the shipment.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
x-fabric-channel-id identifies the sales channel where the API request is being made; primarily for multichannel use cases. The channel ids are 12 corresponding to US and 13 corresponding to Canada. The default channel id is 12. This field is required.
Unique request ID
Path Parameters
Unique ID for backorder or preorder
Body
Delay consent request
Consent type
ACCEPT
, DECLINE
"ACCEPT"
Response
Backorder-preorder response details
Item sequence ID generated by fabric Orders (also called fabric OMS)
"0"
Represents inventory location which will fulfill the order reservation
23
System-generated order ID created during order creation
"5fec576ddaa2544b2dd94684"
Order status
ORDER_CREATED
, ORDER_PARTIALLY_ALLOCATED
, ORDER_ALLOCATED
, ORDER_SHIPPED
, ORDER_PARTIALLY_SHIPPED
, ORDER_PICKED_UP
, ORDER_PARTIALLY_PICKED_UP
, ORDER_READY_FOR_PICKUP
, ORDER_READY_FOR_PARTIAL_PICKUP
, ORDER_DELIVERED
, ORDER_PARTIALLY_DELIVERED
, ORDER_RETURNED
, ORDER_PARTIALLY_RETURNED
, ORDER_PENDING_RETURN
, ORDER_PENDING_PARTIAL_RETURN
, ORDER_PARTIALLY_EXCHANGED
, ORDER_EXCHANGED
, ORDER_CANCELLED
, ORDER_PARTIALLY_CANCELLED
, ORDER_HOLD
, ORDER_CONFIRMED
, ORDER_HOLD_FRAUD
, ORDER_HOLD_CSR
, ORDER_HOLD_CROSSBORDER
, ORDER_HOLD_REVALIDATION
, ORDER_ERROR
, ORDER_HOLD_AUTH_PENDING
"ORDER_CREATED"
System-generated order creation time
"2022-04-12T09:30:31.198Z"
Number of items reserved for backorder or preorder
5
Stock Keeping Unit (SKU), unique identifier of item
"sku_123"
Reservation type
PREORDER
, BACKORDER
"BACKORDER"
fabric system-generated cart ID. This ID identifies the cart for which backorder and preorder is created.
"b03b72dc-78d8-4ea4-90fc-2fe6a1fe6569"
The fabric system-generated time of customer consent. This field is used in combination with the isDelayConsented
field.
"2022-07-12T09:30:31.198Z"
The date the backorder or preorder was created.
"2022-07-11T15:03:14.642Z"
System-generated unique ID for backorder or preorder
"63ec576ddaa2544b2dd94684"
true: Customer agrees to receive the product at a later date false: Customer wants the product immediately, and doesn't agree to receive the product at a later date. In such case, if the merchant can't fulfill the order immediately, they can cancel the product, change order status and notify the customer about order cancellation
true
System-generated unique identifier of item from fabric Products (previously called PIM) service
123
System-generated time of last notification to customer about their order
"2022-06-12T09:30:31.198Z"
Line item status
CANCELLED
, REFUNDED
, PARTIALLY_CANCELLED
, PARTIALLY_REFUNDED
, PARTIALLY_CANCELLED_REFUNDED
, VALID
, EXCHANGED
, PENDING_EXCHANGE
, RETURN
, PARTIAL_RETURN
, PENDING_RETURN
, RETURN_PROCESSING
, RETURN_REJECTED
, ORDER_LINE_INVALID_SKU
, ORDER_LINE_VALID
, SHIPPED
, PARTIALLY_SHIPPED
, ALLOCATED
, PARTIALLY_ALLOCATED
, DELIVERED
, PARTIALLY_DELIVERED
, PICKED_UP
, PARTIALLY_PICKED_UP
, READY_FOR_PICKUP
, READY_FOR_PARTIAL_PICKUP
"CANCELLED"
System-generated order number created during order creation
"order_123"
Number of items to be released from inventory reservation
1
Backorder or preorder status
"PARTIAL_BACK_PREORDER_RELEASE"
The date the backorder or preorder was updated.
"2022-07-11T15:03:14.642Z"
ID of the retailer's source of order replenishment
"vendor_123"
Was this page helpful?