Create new orders
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Payment method identifier
"0144ea84-3c39-4382-a37a-03c699b77646"
Partner's order identifier
"o-c8a1fe46bbff4a18ba1d"
Total order amount ($2,699.99 + $50.00)
274999
Unique identifier for the order
"77f60af4-185e-4867-b113-34e3cf7c6acd"
Customer identifier
"1bb0ab64-ed57-4f2f-bd8d-ab04d1a365c5"
Merchant identifier
"m-123456789"
Merchant name
"Rest Assured"
List of merchant addresses
An array of items that make up the order, used for the purpose of establishing the items, amounts, and rewards that are expected to be included in events sent to Imprint following order creation.
Changes made to orders after the order is created can be implicitly communicated to Imprint through the event creation process following the creation of the order; modifying the order itself is not necessary. The set of events sent to Imprint after order creation serve as the final source of truth for transaction amounts, rewards, order lines, etc.
When provided, the API will require that the calculated sum of all the rates and rewards rates within (taking quantities into account) are equal to the total_order_amount and total_rewards_amount, respectively.
[
{
"name": "Couch Supreme",
"product_url": "www.restassured.com/couch-supreme",
"quantity": 1,
"rate": 274999,
"rewards_rate": 2500
}
]Total rewards amount ($25 + $0)
2500
The 3-character currency code of the amount in ISO 4217 format (e.g., "USD")
"USD"
The RFC-3339 timestamp when the order was created
"2025-02-13T19:08:07Z"
The RFC-3339 timestamp when the order was last updated
"2025-02-13T19:08:07Z"
Orders created successfully
Payment method identifier
"0144ea84-3c39-4382-a37a-03c699b77646"
Partner's order identifier
"o-c8a1fe46bbff4a18ba1d"
Total order amount ($2,699.99 + $50.00)
274999
Unique identifier for the order
"77f60af4-185e-4867-b113-34e3cf7c6acd"
Customer identifier
"1bb0ab64-ed57-4f2f-bd8d-ab04d1a365c5"
Merchant identifier
"m-123456789"
Merchant name
"Rest Assured"
List of merchant addresses
An array of items that make up the order, used for the purpose of establishing the items, amounts, and rewards that are expected to be included in events sent to Imprint following order creation.
Changes made to orders after the order is created can be implicitly communicated to Imprint through the event creation process following the creation of the order; modifying the order itself is not necessary. The set of events sent to Imprint after order creation serve as the final source of truth for transaction amounts, rewards, order lines, etc.
When provided, the API will require that the calculated sum of all the rates and rewards rates within (taking quantities into account) are equal to the total_order_amount and total_rewards_amount, respectively.
[
{
"name": "Couch Supreme",
"product_url": "www.restassured.com/couch-supreme",
"quantity": 1,
"rate": 274999,
"rewards_rate": 2500
}
]Total rewards amount ($25 + $0)
2500
The 3-character currency code of the amount in ISO 4217 format (e.g., "USD")
"USD"
The RFC-3339 timestamp when the order was created
"2025-02-13T19:08:07Z"
The RFC-3339 timestamp when the order was last updated
"2025-02-13T19:08:07Z"