endpoint to create a new order for be.open
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"adminDomain": "example.com",
"externalOrderReference": "string",
"externalShopId": 1,
"orderDate": "2019-08-24T14:15:22.123Z",
"username": "string",
"priceGross": 0,
"priceGrossInternal": 0
}
Responses
application/json Modified at 2024-05-14 11:03:50