2023-11-30 — Add discounts field for platform connectors
The discounts
field is the list of discounts for an order. It is a list which contains the applied discounts to the order with details about the each discount.
The discounts
field is the list of discounts for an order. It is a list which contains the applied discounts to the order with details about the each discount.
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.
Adds 3 new endpoints to independently sync products, customers, and orders from a platform connector on behalf of a shop into Bold.
The code of shipping method for the order. Each store defines its own shipping codes.
Adds a new Verification endpoint to the Platform Connector API Specification.
Adds the Platform Connector: Integration Configurations API. This API enables Platform Connector developers to register their connector's destinations via API.
Removes the placed_at
attribute from the Platform Connector: Create Order request body.
Adds the address_use
field to address objects in the Platform Connector customer endpoints. This field denotes whether an address is for "shipping" or "billing".
Adds the User-Agent
header, which is sent with all Platform Connector API calls from Bold.
Adds an optional email query parameter to the List Customers endpoint to filter the results based on that email.
Adds an optional platform_id to the transaction schema in the Platform Connector: Orders API