Update variant reorder settings at a location

PATCH/api/v1/inventory/products/variants/{variant_id}/locations/{location_id}/reorder-settings

Set or clear the per-location reorder point and reorder quantity for a variant.

Operation ID: update_reorder_settings_api_v1_inventory_products_variants__variant_id__locations__location_id__reorder_settings_patch·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

variant_idstring · uuidrequired
location_idstring · uuidrequired

Request body

reorder_pointnumber

Trigger reorder when available falls to or below this.

reorder_quantitynumber

Quantity to order when reorder point is reached.

Responses

200Successful Response

successboolean
messagestring
codestring
dataReorderSettingsResponse

400Bad Request - Invalid input

404Not Found - Resource does not exist

422Validation Error - Invalid data format