Create order from Norce Commerce checkout

Fetches a Norce Commerce Checkout and maps it to a Norce Checkout Order. Note that cart references are unique and no more than one order can exist with provided cart reference.

SecurityBearer
Request
header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Request Body schema: application/json

Context about the order

cartReference
required
integer <int32>

Storm Basket 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.

priceListSeed
Array of integers <int32>

(Optional) A list of PriceList IDs to use.

Responses
200

OK

400

Bad Request

404

Not Found

409

Conflict

post/api/v1/orders
Request samples
application/json
{
  • "cartReference": 56393,
  • "culture": "fr-FR",
  • "currency": "EUR",
  • "country": "SE",
  • "priceListSeed": [
    ]
}
Response samples
application/json
{
  • "id": "o"
}
Copyright © Norce 2024. All right reserved.