Created
May 23, 2018 16:13
-
-
Save nrubin/b967590578283ba20468bb6a2c20b8f6 to your computer and use it in GitHub Desktop.
This file contains 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
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