Gift Offer
This section describe step to integration your store with API Gift Offer
STEP 1: /api-partner/bogos
1. Post to endpoint /api-partner/bogos
{
shop: string; // myshopify domain
cart: CartItem[];
customer?: Customer; // required if sub-condition with customer information is in use
productsQuantity?: ProductInfo[];
other?: OtherParams;
}2. Use response data to display gifts in your sale channels
STEP 2: /api-partner/products-sync-quantity
STEP 3: /api-partner/gift-customize
Last updated