Update a product inventory

Updates the inventory of a single product identified by its UPC. Use this endpoint to update a product’s inventory quantity, such as after a sale, restock, or inventory adjustment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

UPC of the product to retrieve inventory information for.

Body Params
integer
required

The updated quantity of the product's inventory. Minimum value: 0.

string | null

Optional per-store override. Allowed values: In Stock, Low Stock, Out of Stock, Call for Availability. Ignored if empty.

string | null

Optional source-provided last update date. Accepts YYYY-MM-DD (e.g., 2025-02-14; best and safest) or YYYY-MM-DD HH:MM:SS (e.g., 2025-02-14 13:45:00), as well as ISO 8601 (e.g., 2025-07-08T15:00:20Z or 2025-07-08T15:00:20.000000Z). Must be a valid date.

string

The store account_id retrieved from the POST api/store-locator/register endpoint.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json