Update Order from Norce Commerce Checkout

In case updates are made in Norce Commerce this endpoint makes sure the latest checkout is mapped to the Norce Checkout order.

SecurityBearer
Request
path Parameters
orderId
required
string

Order id to update

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Responses
200

OK

400

Bad Request

404

Not Found

put/api/v1/orders/{orderId}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "merchant": "string",
  • "channel": "string",
  • "reference": "string",
  • "created": "2019-08-24T14:15:22Z",
  • "lastModified": "2019-08-24T14:15:22Z",
  • "state": {
    },
  • "culture": "string",
  • "currency": "string",
  • "country": "string",
  • "cart": {
    },
  • "shippings": [
    ],
  • "payments": [
    ],
  • "customer": {
    },
  • "consents": [
    ],
  • "validations": [
    ],
  • "hooks": [
    ],
  • "notifications": [
    ],
  • "total": {
    },
  • "attributes": {
    }
}
Copyright © Norce 2024. All right reserved.