Update customer information for an order
Updates customer 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
Order customer model
Name for order details
Contact details of customer for the order
It is shopper's ID who visits company website to purchase products.
Account ID such as loyalty account ID or memebr account ID. Refers to any external system or fabric's loyalty service that the user has account with.
ID of the employee (sales person) who creates an order for shopper.
Response
Order customer model
Name for order details
Contact details of customer for the order
It is shopper's ID who visits company website to purchase products.
Account ID such as loyalty account ID or memebr account ID. Refers to any external system or fabric's loyalty service that the user has account with.
ID of the employee (sales person) who creates an order for shopper.
Was this page helpful?