2023-10-11 — Add platform_friendly_id field
The platform_friendly_id
field is a unique identifier for the order on the platform. This field is used to identify the order on the platform and is used by the Bold Checkout Admin to link the order to the platform. Please note platform_id
should be used only for the internal identifier of the order on the platform.
Add the platform_friendly_id
field to the following endpoints:
Platform Connector
- Response body of the List Orders endpoint.
- Response body of the Get Order endpoint.
- Request body of the Create Orders endpoint.
Platform Event Notifications
- Request body of the Order Saved endpoint.