Skip to content

Instantly share code, notes, and snippets.

@nrubin
Created May 23, 2018 16:13
Show Gist options
  • Save nrubin/b967590578283ba20468bb6a2c20b8f6 to your computer and use it in GitHub Desktop.
Save nrubin/b967590578283ba20468bb6a2c20b8f6 to your computer and use it in GitHub Desktop.
POST /v0/account/:account_id/requests/create_batch
{
"requests": [
{
"options": {
"needs_review": true,
"sku": "my-unique-sku-123"
},
"source": "amazon",
"product_id": "B0000000A1"
},
{
"options": {
"needs_review": true,
"sku": "my-other-sku-456"
},
"source": "amazon",
"product_id": "B0000000B2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment