Update pickup information of an order
Updates pickup information of a specific order by order ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Path Parameters
Body
Details of the person who picks up the order
Name for order details
Contact details of customer for the order
Primary
, Alternate
Response
Order shipping info
Unique ID to link item with its shipping address. If all items of an order are shipped to single address, then all items will have same shipTo id. If multiple items of an order are shipped to multiple shipping address, then corresponding shipTo id is linked to each item.
Code for the tax applied for shiping of items to the adress
Location number to be used for BOPIS (Buy Online Purchase In Store) to identify the pickup store
Order billing or shipping address
Amount applicable for shipping the item to the address
Discount amount applied for shipping the item to the address
Total tax applicable to ship the item to the address
Additional user instructions
Was this page helpful?