Schemas
OrderBatchInput
{
"from_name": "<string>",
"message": "<string>",
"recipients": [
{
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"phone": "<string>",
"mailing_address": {
"first_name": "<string>",
"last_name": "<string>",
"address_1": "<string>",
"address_2": "<string>",
"city": "<string>",
"state": "<string>",
"postal_code": "<string>",
"country": "<string>"
}
}
],
"cart": {
"items": [
{
"product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"product_url": "<string>",
"quantity": 123,
"variable_price": 123,
"variants": [
"<string>"
]
}
]
},
"send_method": "email_and_link",
"card_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"payment_method_id": "<string>",
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scheduled_send_on": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"swap": "single",
"international_shipping_tier": "disabled",
"international_gift_cards_enabled": true,
"notifications_enabled": true,
"reserved_options": {
"custom_price_tier": 123
}
}