Last updated 24 days ago
Fetch active bundles belonging to products
Example of BOGOS Bundle offers:
Body
{ shop: string; // myshopify domain products: ProductInfo[]; other?: OtherParams; }
Response
{ data: { product_info: ProductInfo; bundles: Bundle[] }[] }