Validate Order

Validates Order from cart in Norce commerce platform and make sure all products are buyable.

SecurityBearer
Request
path Parameters
orderId
required
string

Order id to validate

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

post/api/v1/orders/{orderId}/validate
Request samples
Response samples
application/json
[
  • {
    }
]
Copyright © Norce 2024. All right reserved.