Get shipping details for a line item in the cart
With this endpoint, you can get the shipping details for line items within a cart. The shipping details include a unique ID, delivery address, configuration settings, pickup person’s info, warehouse ID, store ID, and more.
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
Cart ID
Line item ID
Response
Line item details
Line item ID
Line item position number (starts at 1)
x > 1
Line item name
Line item SKU
Additional line item options
Time line item was created
Time line item was last updated
Line item quantity
Line item price list ID
true: Item is active<br />false: Item is inactive
Individual line item price
Individual line item discount
Attributes passed by caller
Sales channel
true: Item is set for pickup<br />false: Item is set for delivery
Warehouse ID
Shipping details
The fulfillment details.
Was this page helpful?