Skip to content

Instantly share code, notes, and snippets.

@Zaglov

Zaglov/json Secret

Created July 6, 2018 09:48
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 Zaglov/66ab17e48d2fdf098819fdc7a157b3ac to your computer and use it in GitHub Desktop.
Save Zaglov/66ab17e48d2fdf098819fdc7a157b3ac to your computer and use it in GitHub Desktop.
IMBAA ERP Connect - Shipped Items
{
"tracking_number": "foobar123",
"tracking_provider": "deutsche-post-dhl",
"products": [
{
"sku": "PRODUCT-ONE",
"quantity": 1
},
{
"sku": "PRODUCT-TWO",
"quantity": 20
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment