Get product variant

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

Retrieve a specific variant by ID.

Operation ID: get_variant_api_v1_inventory_products_variants__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

Responses

200Successful Response

successboolean
messagestring
codestring
dataVariantResponse

404Business or variant not found

422Invalid variant ID