Create Order

Creates a new order

SecurityMarketplace Api Key | Merchant Secret Token | Marketplace JWT | Merchant JWT
Request
header Parameters
Merchant-Id
string

Perform operation in the context of the given merchant. Usually not required — specify only if acting on behalf of a merchant not implied by the credentials specified in the Authorization header.

Request Body schema: application/json
required
One of:
required
object (CreateOnlineOrder1)

Represents an order processed in real-time, typically on an e-commerce site.

Responses
200
400
401
403
404
405
406
409
422
429
500
503
post/orders
Request samples
application/json
{
  • "CreateOnlineOrder": {
    }
}
Response samples
application/json
{
  • "OnlineOrder": {
    }
}
Copyright © April Solutions 2023. All right reserved.