Release soft reservation
Release soft reservation.
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
Body
SoftReserveRequest model
Items which needs to be reserved. Required parameter
CartId for which soft reserve requested, at least one of orderNumber or cartId or OrderId is required
"b03b72dc-78d8-4ea4-90fc-2fe6a1fe6569"
Date when soft reservation was created
"2022-08-01T18:03:28.483971941Z"
Date when soft reservation will expire
"2022-08-01T18:03:28.483971941Z"
ID
"\"Infinity\""
Network for which items needs to be reserved. Optional parameter
"DCOnly"
Order ID for which soft reserve requested, at least one of orderNumber or cartId or OrderId is required
"62ab7af89ed14510827fe074"
OrderNumber for which soft reserve requested, at least one of orderNumber or cartId or OrderId is required
"order_20220729_883"
Order type, default value is STANDARD. Optional parameter
"['STANDARD','CSR']"
Date when soft reservation was updated
"2022-08-01T18:03:28.483971941Z"
VendorId for which soft reserve requested. Optional parameter
"test_vendor"
Response
AggregatedNetworksResponse model
Aggregated networks
Displays an aggregate representation of the SKU that includes all locations for which the sku is available in that network.
Was this page helpful?