Update a shipping detail
Updates information for the specified shipping detail ID. Shipping details include the shipment’s delivery address, settings, pickup person’s details, 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
Shipping detail identifier
Body
Request body to update shipping details
Shipping type
Shipping address
Shipping tax code
true: Item is set for pickup<br />false: Item is set for delivery
Number of location where item is to be picked up
Alternative pickup person
Designated pickup person
Warehouse ID
Store ID
Shipping cost
Shipping method ID
Discount amount
Shipping method name
Response
Shipping Details
Shipping details ID
Time shipping detail was created
Time shipping detail was last updated
Shipping address
Shipping type
Shipping tax code
true: Item is set for pickup<br />false: Item is set for delivery
Alternative pickup person
Designated pickup person
Warehouse ID
Store ID
Shipping cost
Shipping method ID
Discount amount
Shipping method name
Was this page helpful?