Created
February 5, 2016 19:38
-
-
Save Mozu-CS/c7fc6490b15cc96b77f1 to your computer and use it in GitHub Desktop.
Arc Action -- http.commerce.catalog.storefront.shipping.requestRates.before -- context.request.body contents example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ISOCurrencyCode": "USD", | |
"OriginAddress": { | |
"Address1": "1835 Kramer Ln", | |
"Address2": "", | |
"Address3": "", | |
"Address4": "", | |
"CityOrTown": "Austin", | |
"StateOrProvince": "TX", | |
"PostalOrZipCode": "78758", | |
"CountryCode": "US", | |
"AddressType": null, | |
"IsValidated": null | |
}, | |
"DestinationAddress": { | |
"Address1": "123 Banana Stand", | |
"Address2": "", | |
"Address3": "", | |
"Address4": "", | |
"CityOrTown": "The OC", | |
"StateOrProvince": "CA", | |
"PostalOrZipCode": "90210", | |
"CountryCode": "US", | |
"AddressType": "Residential", | |
"IsValidated": true | |
}, | |
"ShippingServiceTypes": [], | |
"OrderTotal": 10, | |
"IsDestinationAddressCommercial": false, | |
"Items": [ | |
{ | |
"ItemId": "2ddc103a6c35449f83a3a5a30140bdcd", | |
"ShipsByItself": false, | |
"ProductSummaries": [ | |
{ | |
"ProductCode": "MS-BTL-001", | |
"ProductType": "Water Bottles", | |
"Categories": [ | |
{ | |
"Id": 32 | |
}, | |
{ | |
"Id": 35, | |
"Parent": { | |
"Id": 32 | |
} | |
} | |
], | |
"UnitMeasurements": { | |
"Height": { | |
"Unit": "in", | |
"Value": 4 | |
}, | |
"Width": { | |
"Unit": "in", | |
"Value": 4 | |
}, | |
"Length": { | |
"Unit": "in", | |
"Value": 8 | |
}, | |
"Weight": { | |
"Unit": "lbs", | |
"Value": 0.5 | |
} | |
} | |
} | |
], | |
"UnitMeasurements": { | |
"Height": { | |
"Unit": "in", | |
"Value": 4 | |
}, | |
"Width": { | |
"Unit": "in", | |
"Value": 4 | |
}, | |
"Length": { | |
"Unit": "in", | |
"Value": 8 | |
}, | |
"Weight": { | |
"Unit": "lbs", | |
"Value": 0.5 | |
} | |
}, | |
"Quantity": 1 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment