API Chi tiết Flash sale

 avatar
user_5813895491
json
2 years ago
1.6 kB
3
Indexable
{
    flashSale(
        flashsales_id: 236
    )
    {
        flashsales_id
        event_name
        from_date
        to_date
        sort_order
        updated_at
        created_at
        conditions_serialized
        category_id
        is_private_sale
        thumbnail_image
        header_banner_image
        is_default_private_config
        restricted_landing_page
        grant_event_view
        grant_event_product_price
        grant_checkout_items
        grant_checkout_items_groups
        grant_event_view_groups
        grant_event_product_price_groups
        display_cart_mode
        display_product_mode
        cart_button_title
        message_hidden_add_to_cart
        is_active
        status
        status_label
        program
        customer_groups_ids
        appliedproducts {
            total_count
            items {
                name
                price_type
                product_id
                type_id
                original_price
                flash_sale_price
                sku
                qty_limit
                qty_ordered
                max_qty_per_customer
                discount_amount
                position
                product {
                    uid,
                    sku,
                    name,
                    url_key,
                    small_image {
                        url
                        label
                    }
                    image {
                        url
                        label
                    }
                }
            }
        }
    }
}
Editor is loading...