Convert product to variant
POST
/api/v1/inventory/products/{id}/convert-to-variant
Move a product's variants under another product and archive the source.
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 · uuid required
Request body
Schema: ConvertProductToVariantRequest
-
target_product_idstring required -
UUID of the product that will become the parent.