Skip to content

Instantly share code, notes, and snippets.

@Lordnibbler
Created September 9, 2013 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lordnibbler/6492235 to your computer and use it in GitHub Desktop.
Save Lordnibbler/6492235 to your computer and use it in GitHub Desktop.
"shipments": [
{
"id": 1053930574,
"tracking": null,
"number": "H36015558751",
"cost": "0.0",
"shipped_at": null,
"state": "pending",
"order_id": "R644681243",
"stock_location_name": "California Fulfillment Center",
"shipping_rates": [
{
"id": 232,
"cost": "5.0",
"selected": false,
"shipment_id": 1053930574,
"shipping_method_id": 909221584
},
{
"id": 233,
"cost": "15.0",
"selected": false,
"shipment_id": 1053930574,
"shipping_method_id": 273448578
},
{
"id": 234,
"cost": "24.0",
"selected": false,
"shipment_id": 1053930574,
"shipping_method_id": 909221587
},
{
"id": 231,
"cost": "0.0",
"selected": true,
"shipment_id": 1053930574,
"shipping_method_id": 909221586
}
],
"shipping_method": {
"name": "Free Shipping over $100"
},
"inventory_units": [
{
"id": 542,
"state": "backordered",
"variant_id": 1013589471,
"shipment_id": 1053930574,
"return_authorization_id": null
}
]
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment