Bundle Offer
This section describe step to integration your store with API Bundle Offer
POST: /api-partner/bogos/bundle
Body
{
shop: string; // myshopify domain
products: ProductInfo[];
other?: OtherParams;
}Response
{
data: {
product_info: ProductInfo;
bundles: Bundle[]
}[]
}Last updated