Skip to content

Instantly share code, notes, and snippets.

@Mozu-CS
Created February 5, 2016 19:38
Show Gist options
  • Save Mozu-CS/c7fc6490b15cc96b77f1 to your computer and use it in GitHub Desktop.
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
{
"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