HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

addInventory

Requests that Amazon add items to the Sandbox Inventory with desired amount of quantity in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to Selling Partner API sandbox for more information.

Body Params

List of items to add to Sandbox inventory.

inventoryItems
array of objects

List of Inventory to be added

inventoryItems
Headers
string
required

A unique token/requestId provided with each call to ensure idempotency.

Responses

Response body
object
errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string

A message that describes the error condition in a human-readable form.

string

Additional information that can help the caller understand or fix the issue.

Headers
object
string

Unique request reference identifier.

Language