200 Successful Response
Schema: ProductResponse
-
idstring required -
Product UUID.
-
business_idstring required -
Business UUID.
-
created_atstring · date-time required -
Creation timestamp.
-
updated_atstring · date-time required -
Last update timestamp.
-
namestring required -
Product name.
-
typestring required -
Product type: 'manual' or 'shopify'.
-
categorystring -
Product category (e.g. 'Finished Goods', 'Intermediate Goods', 'Ingredients').
-
stripe_product_idstring -
Stripe product ID if synced to Stripe.
-
shopify_product_idstring -
Shopify product ID if synced from Shopify.
-
archivedboolean -
Whether product is archived (hidden from lists).
-
variant_countinteger -
Number of variants this product has.
-
variantsarray · VariantResponse -
List of product variants (when include_variants=true).