Products APIs

The Products APIs send, update and manage the retailer’s product offerings at the fulfillment center.

Products APIs


Method

Resource Path

Create a Product

POST

/v1/products

Update a Product

PUT

/v1/products/{sku}

Create or Update Multiple Products

POST

/v1/products/bulk

View a Product

GET

/v1/products/{sku}

Find Products

POST

/v1/products/search

Shared Products Objects describes common nested objects in the Products APIs.