{
"bulk": [
{
"safeId": "string",
"merchantId": "string",
"shippingAddress": {
"firstName": "string",
"lastName": "string",
"line1": "string",
"line2": "string",
"line3": "string",
"city": "string",
"state": "string",
"zip": "string",
"countryCode": "US, CA, FR",
"phone": "string",
"email": "string"
},
"billingAddress": {
"firstName": "string",
"lastName": "string",
"line1": "string",
"line2": "string",
"line3": "string",
"city": "string",
"state": "string",
"zip": "string",
"countryCode": "US, CA, FR",
"phone": "string",
"email": "string"
},
"returnAddress": {
"firstName": "string",
"lastName": "string",
"line1": "string",
"line2": "string",
"line3": "string",
"city": "string",
"state": "string",
"zip": "string",
"countryCode": "US, CA, FR",
"phone": "string",
"email": "string"
},
"externalId": "string",
"languageCode": "en, es, pt",
"isTest": true,
"isSample": true,
"client": {
"source": "string",
"details": "string",
"version": "string",
"ip": "string"
},
"meta": {
"property1": "string",
"property2": "string"
},
"currencyCode": "USD(default), CAD, EUR",
"customerShippingMethod": "string",
"customerTotal": 0,
"customerItemTotal": 0,
"customerTotalShipping": 0,
"customerTotalTaxes": 0,
"customerTotalDiscountAndPromotions": 0,
"customerPaymentMethods": [
{
"method": "string",
"subMethod": "string",
"cardFirst4": "string",
"cardLast4": "string",
"billingInfo": {
"fullName": "string",
"address": {
"firstName": "string",
"lastName": "string",
"line1": "string",
"line2": "string",
"line3": "string",
"city": "string",
"state": "string",
"zip": "string",
"countryCode": "US, CA, FR",
"phone": "string",
"email": "string",
"location": {
"longitude": 0,
"latitude": 0
}
}
},
"customerTransactions": [
{
"total": 0,
"currencyCode": "string",
"transactionDate": "string",
"transactionId": "string",
"authorizationCode": "string"
}
]
}
],
"items": [
{
"sku": "string",
"quantity": 0,
"images": [
{
"url": "string",
"thumbnailUrl": "string",
"area": "string",
"printMethod": "string",
"ourPrintFileId": "string",
"ourPrintFileUrl": "string"
}
],
"options": [
{
"name": "string",
"value": "string"
}
],
"customerSubtotal": 0,
"customerPrice": 0,
"customerShippingPrice": 0,
"customerTaxes": 0,
"customerDiscountsOrPromotions": 0,
"clientAttributes": {
"property1": "string",
"property2": "string"
},
"meta": {
"property1": "string",
"property2": "string"
},
"isSample": true,
"externalId": "string",
"skipImgManip": true,
"skipSkuValidation": true,
"skipImageValidation": true,
"fulfillmentReady": true
}
],
"allowExternalOrderIdDuplication": true,
"reprint": {
"originalOrderId": "string",
"reasonId": "string",
"shipments": [
{
"facilityId": "string",
"shippingMethod": "string",
"costCoverage": {
"item": "string",
"shipping": "string"
},
"items": [
{
"sku": "string",
"quantity": 0
}
]
}
]
},
"automaticProcessing": true
}
]
}