Orders
Create Order
Create an Order
post/orders
Request body
kyckrIdstring
productIdstring
schemaVersionstring
🚧 Preview — planned, not yet available in production. Optional schema version for the product response payload. Defaults to the latest available version when omitted. Server supports the current major version (N) and the previous one (N-1); requests for older versions return 410 Gone with a list of supported versions in the response body. Responses for deprecated versions include Sunset (RFC 8594) and Deprecation (RFC 9745) headers.
customerReferencestring
contactEmailstring email
An email address that can be contacted in case of issues with the order
Example request
{
"schemaVersion": "2.0"
}