Creates an order for Paack. One POST request to the Order Management API creates one order.
The body of the call to the Order Management API uses a structured JSON format with mandatory and optional fields. The JSON must have the appropriate structure for processing without errors and it is also necessary to populate the mandatory fields. Each property in the request has a specific data type for the value; all values must conform to the required data type.
Responses
400
Returned in case of validation errors. The details of the issue are displayed in the message.body.message.cms.body.data.message field.
To ensure a correct validation of a request: - Body of the request must use a structured JSON format. - All mandatory fields must be defined. - Values for fields in the request must match the specific data type and format, including all limitations (e.g., external_id must be unique).
401
Communicates a missing or expired access token for authorization.
Updated over 3 years ago
Language
ShellNodeRubyPHPPython
Credentials
Header
Header
URL
Base URL
https://api.paack.app/public/v3/orders
Loading…
Response
Click Try It! to start a request and see the response here! Or choose an example: