This route is deprecated. Use /offers instead.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Delivery address details
{
"line1": "123 Main St",
"line2": "Apt 101",
"city": "Springfield",
"stateOrProvince": "IL",
"postalCode": "62701"
}
Replacement product and add-ons covered by warranty
{
"sku": "GDF511PGRBB",
"addons": [
{ "sku": "M007", "quantity": 1 },
{ "sku": "M021", "quantity": 1 },
{ "sku": "M402", "quantity": 1 },
{ "sku": "M421", "quantity": 1 },
{ "sku": "M435", "quantity": 1 }
]
}
Whether to send the offer email immediately after creation
true
Buyout amount in cents (e.g., 50000 = $500.00). Customer can opt to receive this amount instead of a replacement product.
x >= 050000
Whether to include upsells in the offer
true
The ID of the sub-brand used to determine customer-facing branding for the offer
Offer created successfully