Create Order from cart

SecurityBearer
Request
header Parameters
x-merchant
required
string

Merchant identifier.

x-channel
required
string

Channel identifier.

Request Body schema: application/json

The context required to create a order.

cartId
required
string non-empty

Jetshop cart id

culture
required
string non-empty ^[A-Za-z]{2,3}(?:-[A-Za-z]{2,2})*$

Language and region of the customer, RFC-1766

currency
string^[A-Za-z]{3,3}$

Currency of the purchase, ISO 4217 alpha-3.

country
string^[A-Za-z]{2,2}$

Country, ISO 3166 alpha-2.

Responses
201

Created

400

Bad Request

401

Unauthorized

404

Not Found

post/api/v1/orders
Request samples
application/json
{
  • "cartId": "e6c59736-d688-4030-aab3-ece337f434c6",
  • "culture": "sv-SE",
  • "currency": "SEK",
  • "country": "SE"
}
Response samples
application/json
"string"
Copyright © Norce 2024. All right reserved.