πŸ“ŠBusiness rules

β€’ This method DO NOT USE the same objects that the GET orders endpoint use. Do not attempt to use the objects described on the GET orders endpoint with this method. β€’ Only 1 (one) order per API call is supported. β€’ The newly created order will be associated to the account ID given. β€’ The newly created order will be associated to the marketplace/channel given. β€’ There is a list of available and supported marketplaces/channels for creating a new order. Please refer to marketplaces/channels list section to see the ID / codes you need to set. β€’ An order is uniquely identified by its order number. The "ExternalOrderId" attribute in the header section is used for this. You cannot create more than 1 (one) order with the same order number in the same account. β€’ After successfully creation of the order, you will see the newly added order on the Alephee β€œorders” screen. Also, you can use the GET order endpoint to retrieve the order and its information. β€’ This endpoint will return a HTTP 201 response code for a successful operation or any other error code otherwise. β€’ Please, please, DO read the endpoint response and the error messages. It will help with the common mistakes.

Last updated

Was this helpful?