Order Object
No
Name
Type
Mandatory
Min Length
Max Length
Description
"order": {
"id": "ABC23",
"amount": "1000",
"description": "Testing",
"itemAmount": "900",
"localTaxRegistrationId": "1234",
"merchantCategoryCode": "1234",
"surchargeAmount": "100",
"item": [
{
"brand": "brand1",
"category": "category",
"description": "description",
"industryCategory": "industryCategory",
"name": "name",
"quantity": "1",
"sku": "sku",
"unitDiscountAmount": "100",
"unitOfMeasure": "1",
"unitPrice": "100",
"unitTaxAmount": "100"
},
{
"brand": "brand2",
"category": "category",
"description": "description",
"industryCategory": "industryCategory",
"name": "name",
"quantity": "1",
"sku": "sku",
"unitDiscountAmount": "100",
"unitOfMeasure": "1",
"unitPrice": "100",
"unitTaxAmount": "100"
}
]
}
},Last updated

