Get product

GET/api/v1/inventory/products/{id}

Retrieve a specific product by ID.

Operation ID: get_product_api_v1_inventory_products__id__get·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

idstring · uuidrequired

Query

include_variantsbooleandefault: False

Whether to include variant details

Responses

200Successful Response

successboolean
messagestring
codestring
dataProductResponse

404Business or product not found

422Invalid product ID