# Shopee Product

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/v1/scraper/request:
    post:
      summary: Shopee Product
      deprecated: false
      description: ''
      tags:
        - Scraping API/shopee
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties: {}
            example:
              actor: scraper.shopee
              input:
                url: https://shopee.tw/product/58418206/7180456348
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  count:
                    type: integer
                  data:
                    type: object
                    properties:
                      bff_meta:
                        type: 'null'
                      error:
                        type: 'null'
                      error_msg:
                        type: 'null'
                      data:
                        type: object
                        properties:
                          item:
                            type: object
                            properties:
                              item_id:
                                type: integer
                              shop_id:
                                type: integer
                              item_status:
                                type: string
                              status:
                                type: integer
                              item_type:
                                type: integer
                              reference_item_id:
                                type: string
                              title:
                                type: string
                              image:
                                type: string
                              label_ids:
                                type: array
                                items:
                                  type: integer
                              is_adult:
                                type: boolean
                              is_preview:
                                type: boolean
                              flag:
                                type: integer
                              is_service_by_shopee:
                                type: boolean
                              condition:
                                type: integer
                              cat_id:
                                type: integer
                              has_low_fulfillment_rate:
                                type: boolean
                              is_live_streaming_price:
                                type: 'null'
                              currency:
                                type: string
                              brand:
                                type: string
                              brand_id:
                                type: integer
                              show_discount:
                                type: integer
                              ctime:
                                type: integer
                              item_rating:
                                type: object
                                properties:
                                  rating_star:
                                    type: number
                                required:
                                  - rating_star
                                x-apidog-orders:
                                  - rating_star
                              cb_option:
                                type: integer
                              has_model_with_available_shopee_stock:
                                type: boolean
                              shop_location:
                                type: string
                              attributes:
                                type: 'null'
                              rich_text_description:
                                type: 'null'
                              invoice_option:
                                type: 'null'
                              is_category_failed:
                                type: 'null'
                              is_prescription_item:
                                type: boolean
                              preview_info:
                                type: 'null'
                              show_prescription_feed:
                                type: boolean
                              is_alcohol_product:
                                type: boolean
                              is_infant_milk_formula_product:
                                type: boolean
                              is_unavailable:
                                type: boolean
                              is_partial_fulfilled:
                                type: boolean
                              is_presale:
                                type: boolean
                              is_presale_deposit_item:
                                type: 'null'
                              is_presale_deposit_made:
                                type: 'null'
                              description:
                                type: string
                              categories:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    catid:
                                      type: integer
                                    display_name:
                                      type: string
                                    no_sub:
                                      type: boolean
                                    is_default_subcat:
                                      type: boolean
                                  required:
                                    - catid
                                    - display_name
                                    - no_sub
                                    - is_default_subcat
                                  x-apidog-orders:
                                    - catid
                                    - display_name
                                    - no_sub
                                    - is_default_subcat
                              fe_categories:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    catid:
                                      type: integer
                                    display_name:
                                      type: string
                                    no_sub:
                                      type: boolean
                                    is_default_subcat:
                                      type: boolean
                                  required:
                                    - catid
                                    - display_name
                                    - no_sub
                                    - is_default_subcat
                                  x-apidog-orders:
                                    - catid
                                    - display_name
                                    - no_sub
                                    - is_default_subcat
                              item_has_video:
                                type: boolean
                              presale_dday_start_time:
                                type: 'null'
                              is_lowest_price_at_shopee:
                                type: 'null'
                              models:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    item_id:
                                      type: integer
                                    status:
                                      type: integer
                                    current_promotion_reserved_stock:
                                      type: 'null'
                                    name:
                                      type: string
                                    promotion_id:
                                      type: integer
                                    price:
                                      type: integer
                                    price_stocks:
                                      type: array
                                      items:
                                        type: object
                                        properties:
                                          allocated_stock:
                                            type: integer
                                            nullable: true
                                          stock_breakdown_by_location:
                                            type: array
                                            items:
                                              type: object
                                              properties:
                                                location_id:
                                                  type: string
                                                available_stock:
                                                  type: 'null'
                                                fulfilment_type:
                                                  type: integer
                                                address_id:
                                                  type: integer
                                                allocated_stock:
                                                  type: 'null'
                                              required:
                                                - location_id
                                                - available_stock
                                                - fulfilment_type
                                                - address_id
                                                - allocated_stock
                                              x-apidog-orders:
                                                - location_id
                                                - available_stock
                                                - fulfilment_type
                                                - address_id
                                                - allocated_stock
                                          promotion_type:
                                            type: integer
                                        required:
                                          - allocated_stock
                                          - stock_breakdown_by_location
                                          - promotion_type
                                        x-apidog-orders:
                                          - allocated_stock
                                          - stock_breakdown_by_location
                                          - promotion_type
                                    current_promotion_has_reserve_stock:
                                      type: boolean
                                    normal_stock:
                                      type: 'null'
                                    extinfo:
                                      type: object
                                      properties:
                                        tier_index:
                                          type: array
                                          items:
                                            type: integer
                                        is_pre_order:
                                          type: boolean
                                        estimated_days:
                                          type: integer
                                      required:
                                        - tier_index
                                        - is_pre_order
                                        - estimated_days
                                      x-apidog-orders:
                                        - tier_index
                                        - is_pre_order
                                        - estimated_days
                                    price_before_discount:
                                      type: integer
                                    model_id:
                                      type: integer
                                    stock:
                                      type: integer
                                    has_gimmick_tag:
                                      type: boolean
                                    key_measurement:
                                      type: 'null'
                                    sold:
                                      type: integer
                                    is_lowest_price_at_shopee:
                                      type: boolean
                                  required:
                                    - item_id
                                    - status
                                    - current_promotion_reserved_stock
                                    - name
                                    - promotion_id
                                    - price
                                    - price_stocks
                                    - current_promotion_has_reserve_stock
                                    - normal_stock
                                    - extinfo
                                    - price_before_discount
                                    - model_id
                                    - stock
                                    - has_gimmick_tag
                                    - key_measurement
                                    - sold
                                    - is_lowest_price_at_shopee
                                  x-apidog-orders:
                                    - item_id
                                    - status
                                    - current_promotion_reserved_stock
                                    - name
                                    - promotion_id
                                    - price
                                    - price_stocks
                                    - current_promotion_has_reserve_stock
                                    - normal_stock
                                    - extinfo
                                    - price_before_discount
                                    - model_id
                                    - stock
                                    - has_gimmick_tag
                                    - key_measurement
                                    - sold
                                    - is_lowest_price_at_shopee
                              tier_variations:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    name:
                                      type: string
                                    options:
                                      type: array
                                      items:
                                        type: string
                                    images:
                                      type: 'null'
                                    properties:
                                      type: 'null'
                                    type:
                                      type: 'null'
                                    summed_stocks:
                                      type: 'null'
                                    display_indicators:
                                      type: array
                                      items:
                                        type: integer
                                  x-apidog-orders:
                                    - name
                                    - options
                                    - images
                                    - properties
                                    - type
                                    - summed_stocks
                                    - display_indicators
                              size_chart:
                                type: 'null'
                              size_chart_info:
                                type: 'null'
                              welcome_package_type:
                                type: integer
                              is_free_gift:
                                type: boolean
                              deep_discount:
                                type: 'null'
                              is_low_price_eligible:
                                type: 'null'
                              bundle_deal_info:
                                type: 'null'
                              add_on_deal_info:
                                type: 'null'
                              shipping_icon_type:
                                type: integer
                              badge_icon_type:
                                type: integer
                              spl_info:
                                type: object
                                properties:
                                  installment_info:
                                    type: 'null'
                                  user_credit_info:
                                    type: 'null'
                                  channel_id:
                                    type: 'null'
                                  show_spl:
                                    type: boolean
                                  show_spl_lite:
                                    type: 'null'
                                  spl_xtra:
                                    type: 'null'
                                required:
                                  - installment_info
                                  - user_credit_info
                                  - channel_id
                                  - show_spl
                                  - show_spl_lite
                                  - spl_xtra
                                x-apidog-orders:
                                  - installment_info
                                  - user_credit_info
                                  - channel_id
                                  - show_spl
                                  - show_spl_lite
                                  - spl_xtra
                              estimated_days:
                                type: integer
                              is_pre_order:
                                type: boolean
                              is_free_shipping:
                                type: boolean
                              overall_purchase_limit:
                                type: 'null'
                              min_purchase_limit:
                                type: integer
                              is_hide_stock:
                                type: boolean
                              stock:
                                type: integer
                              normal_stock:
                                type: integer
                              current_promotion_reserved_stock:
                                type: integer
                              can_use_wholesale:
                                type: boolean
                              wholesale_tier_list:
                                type: array
                                items:
                                  type: string
                              price:
                                type: integer
                              raw_discount:
                                type: integer
                              hidden_price_display:
                                type: 'null'
                              price_min:
                                type: integer
                              price_max:
                                type: integer
                              price_before_discount:
                                type: integer
                              price_min_before_discount:
                                type: integer
                              price_max_before_discount:
                                type: integer
                              other_stock:
                                type: integer
                              discount_stock:
                                type: 'null'
                              current_promotion_has_reserve_stock:
                                type: boolean
                              complaint_policy:
                                type: 'null'
                              show_recycling_info:
                                type: boolean
                              should_show_amp_tag:
                                type: boolean
                              all_models_has_pre_order:
                                type: boolean
                              is_item_inherited:
                                type: boolean
                              max_quantity:
                                type: integer
                            required:
                              - item_id
                              - shop_id
                              - item_status
                              - status
                              - item_type
                              - reference_item_id
                              - title
                              - image
                              - label_ids
                              - is_adult
                              - is_preview
                              - flag
                              - is_service_by_shopee
                              - condition
                              - cat_id
                              - has_low_fulfillment_rate
                              - is_live_streaming_price
                              - currency
                              - brand
                              - brand_id
                              - show_discount
                              - ctime
                              - item_rating
                              - cb_option
                              - has_model_with_available_shopee_stock
                              - shop_location
                              - attributes
                              - rich_text_description
                              - invoice_option
                              - is_category_failed
                              - is_prescription_item
                              - preview_info
                              - show_prescription_feed
                              - is_alcohol_product
                              - is_infant_milk_formula_product
                              - is_unavailable
                              - is_partial_fulfilled
                              - is_presale
                              - is_presale_deposit_item
                              - is_presale_deposit_made
                              - description
                              - categories
                              - fe_categories
                              - item_has_video
                              - presale_dday_start_time
                              - is_lowest_price_at_shopee
                              - models
                              - tier_variations
                              - size_chart
                              - size_chart_info
                              - welcome_package_type
                              - is_free_gift
                              - deep_discount
                              - is_low_price_eligible
                              - bundle_deal_info
                              - add_on_deal_info
                              - shipping_icon_type
                              - badge_icon_type
                              - spl_info
                              - estimated_days
                              - is_pre_order
                              - is_free_shipping
                              - overall_purchase_limit
                              - min_purchase_limit
                              - is_hide_stock
                              - stock
                              - normal_stock
                              - current_promotion_reserved_stock
                              - can_use_wholesale
                              - wholesale_tier_list
                              - price
                              - raw_discount
                              - hidden_price_display
                              - price_min
                              - price_max
                              - price_before_discount
                              - price_min_before_discount
                              - price_max_before_discount
                              - other_stock
                              - discount_stock
                              - current_promotion_has_reserve_stock
                              - complaint_policy
                              - show_recycling_info
                              - should_show_amp_tag
                              - all_models_has_pre_order
                              - is_item_inherited
                              - max_quantity
                            x-apidog-orders:
                              - item_id
                              - shop_id
                              - item_status
                              - status
                              - item_type
                              - reference_item_id
                              - title
                              - image
                              - label_ids
                              - is_adult
                              - is_preview
                              - flag
                              - is_service_by_shopee
                              - condition
                              - cat_id
                              - has_low_fulfillment_rate
                              - is_live_streaming_price
                              - currency
                              - brand
                              - brand_id
                              - show_discount
                              - ctime
                              - item_rating
                              - cb_option
                              - has_model_with_available_shopee_stock
                              - shop_location
                              - attributes
                              - rich_text_description
                              - invoice_option
                              - is_category_failed
                              - is_prescription_item
                              - preview_info
                              - show_prescription_feed
                              - is_alcohol_product
                              - is_infant_milk_formula_product
                              - is_unavailable
                              - is_partial_fulfilled
                              - is_presale
                              - is_presale_deposit_item
                              - is_presale_deposit_made
                              - description
                              - categories
                              - fe_categories
                              - item_has_video
                              - presale_dday_start_time
                              - is_lowest_price_at_shopee
                              - models
                              - tier_variations
                              - size_chart
                              - size_chart_info
                              - welcome_package_type
                              - is_free_gift
                              - deep_discount
                              - is_low_price_eligible
                              - bundle_deal_info
                              - add_on_deal_info
                              - shipping_icon_type
                              - badge_icon_type
                              - spl_info
                              - estimated_days
                              - is_pre_order
                              - is_free_shipping
                              - overall_purchase_limit
                              - min_purchase_limit
                              - is_hide_stock
                              - stock
                              - normal_stock
                              - current_promotion_reserved_stock
                              - can_use_wholesale
                              - wholesale_tier_list
                              - price
                              - raw_discount
                              - hidden_price_display
                              - price_min
                              - price_max
                              - price_before_discount
                              - price_min_before_discount
                              - price_max_before_discount
                              - other_stock
                              - discount_stock
                              - current_promotion_has_reserve_stock
                              - complaint_policy
                              - show_recycling_info
                              - should_show_amp_tag
                              - all_models_has_pre_order
                              - is_item_inherited
                              - max_quantity
                          account:
                            type: object
                            properties:
                              user_id:
                                type: 'null'
                              is_new_user:
                                type: 'null'
                              default_address:
                                type: object
                                properties:
                                  state:
                                    type: string
                                  city:
                                    type: string
                                  district:
                                    type: string
                                  town:
                                    type: string
                                  zip_code:
                                    type: string
                                  address:
                                    type: 'null'
                                  region:
                                    type: 'null'
                                  longitude:
                                    type: 'null'
                                  latitude:
                                    type: 'null'
                                required:
                                  - state
                                  - city
                                  - district
                                  - town
                                  - zip_code
                                  - address
                                  - region
                                  - longitude
                                  - latitude
                                x-apidog-orders:
                                  - state
                                  - city
                                  - district
                                  - town
                                  - zip_code
                                  - address
                                  - region
                                  - longitude
                                  - latitude
                              adult_consent:
                                type: 'null'
                              birth_timestamp:
                                type: 'null'
                            required:
                              - user_id
                              - is_new_user
                              - default_address
                              - adult_consent
                              - birth_timestamp
                            x-apidog-orders:
                              - user_id
                              - is_new_user
                              - default_address
                              - adult_consent
                              - birth_timestamp
                          product_images:
                            type: object
                            properties:
                              video:
                                type: 'null'
                              images:
                                type: array
                                items:
                                  type: string
                              first_tier_variations:
                                type: array
                                items:
                                  type: string
                              sorted_variation_image_index_list:
                                type: array
                                items:
                                  type: string
                              overlay:
                                type: object
                                properties:
                                  type:
                                    type: integer
                                  image:
                                    type: string
                                  preview_end_time:
                                    type: 'null'
                                  is_pre_order:
                                    type: 'null'
                                  description:
                                    type: string
                                required:
                                  - type
                                  - image
                                  - preview_end_time
                                  - is_pre_order
                                  - description
                                x-apidog-orders:
                                  - type
                                  - image
                                  - preview_end_time
                                  - is_pre_order
                                  - description
                              makeup_preview:
                                type: 'null'
                              abnormal_status:
                                type: string
                              promotion_images:
                                type: array
                                items:
                                  type: string
                              long_images:
                                type: 'null'
                              shopee_video_info_list:
                                type: array
                                items:
                                  type: string
                              shopee_video_rcmd_info:
                                type: 'null'
                              shopee_video_req_id:
                                type: 'null'
                              skincam:
                                type: 'null'
                              pdp_top_info_list:
                                type: 'null'
                              has_long_image:
                                type: 'null'
                            required:
                              - video
                              - images
                              - first_tier_variations
                              - sorted_variation_image_index_list
                              - overlay
                              - makeup_preview
                              - abnormal_status
                              - promotion_images
                              - long_images
                              - shopee_video_info_list
                              - shopee_video_rcmd_info
                              - shopee_video_req_id
                              - skincam
                              - pdp_top_info_list
                              - has_long_image
                            x-apidog-orders:
                              - video
                              - images
                              - first_tier_variations
                              - sorted_variation_image_index_list
                              - overlay
                              - makeup_preview
                              - abnormal_status
                              - promotion_images
                              - long_images
                              - shopee_video_info_list
                              - shopee_video_rcmd_info
                              - shopee_video_req_id
                              - skincam
                              - pdp_top_info_list
                              - has_long_image
                          product_price:
                            type: object
                            properties:
                              discount:
                                type: integer
                              installment_info:
                                type: 'null'
                              spl_installment_info:
                                type: 'null'
                              pack_size:
                                type: string
                              hide_price:
                                type: boolean
                              price:
                                type: object
                                properties:
                                  single_value:
                                    type: integer
                                  range_min:
                                    type: integer
                                  range_max:
                                    type: integer
                                  price_mask:
                                    type: 'null'
                                required:
                                  - single_value
                                  - range_min
                                  - range_max
                                  - price_mask
                                x-apidog-orders:
                                  - single_value
                                  - range_min
                                  - range_max
                                  - price_mask
                              price_before_discount:
                                type: object
                                properties:
                                  single_value:
                                    type: integer
                                  range_min:
                                    type: integer
                                  range_max:
                                    type: integer
                                  price_mask:
                                    type: 'null'
                                required:
                                  - single_value
                                  - range_min
                                  - range_max
                                  - price_mask
                                x-apidog-orders:
                                  - single_value
                                  - range_min
                                  - range_max
                                  - price_mask
                              presale_price:
                                type: 'null'
                              lowest_past_price:
                                type: 'null'
                              labels:
                                type: 'null'
                              hide_discount:
                                type: boolean
                              discount_text:
                                type: 'null'
                              show_final_price_indicator:
                                type: boolean
                            required:
                              - discount
                              - installment_info
                              - spl_installment_info
                              - pack_size
                              - hide_price
                              - price
                              - price_before_discount
                              - presale_price
                              - lowest_past_price
                              - labels
                              - hide_discount
                              - discount_text
                              - show_final_price_indicator
                            x-apidog-orders:
                              - discount
                              - installment_info
                              - spl_installment_info
                              - pack_size
                              - hide_price
                              - price
                              - price_before_discount
                              - presale_price
                              - lowest_past_price
                              - labels
                              - hide_discount
                              - discount_text
                              - show_final_price_indicator
                          flash_sale:
                            type: 'null'
                          flash_sale_preview:
                            type: 'null'
                          deep_discount:
                            type: 'null'
                          exclusive_price:
                            type: 'null'
                          exclusive_price_cta:
                            type: 'null'
                          product_meta:
                            type: object
                            properties:
                              show_lowest_price_guarantee:
                                type: boolean
                              show_original_guarantee:
                                type: boolean
                              show_best_price_guarantee:
                                type: boolean
                              show_official_shop_label_in_title:
                                type: boolean
                              show_shopee_verified_label:
                                type: boolean
                              show_lowest_installment_guarantee:
                                type: boolean
                              hide_sharing_button:
                                type: boolean
                              hide_sold_count:
                                type: boolean
                            required:
                              - show_lowest_price_guarantee
                              - show_original_guarantee
                              - show_best_price_guarantee
                              - show_official_shop_label_in_title
                              - show_shopee_verified_label
                              - show_lowest_installment_guarantee
                              - hide_sharing_button
                              - hide_sold_count
                            x-apidog-orders:
                              - show_lowest_price_guarantee
                              - show_original_guarantee
                              - show_best_price_guarantee
                              - show_official_shop_label_in_title
                              - show_shopee_verified_label
                              - show_lowest_installment_guarantee
                              - hide_sharing_button
                              - hide_sold_count
                          product_review:
                            type: object
                            properties:
                              rating_star:
                                type: number
                              rating_count:
                                type: array
                                items:
                                  type: integer
                              total_rating_count:
                                type: integer
                              historical_sold:
                                type: integer
                              global_sold:
                                type: integer
                              liked:
                                type: boolean
                              liked_count:
                                type: integer
                              cmt_count:
                                type: integer
                              should_move_ratings_above:
                                type: 'null'
                              review_rcmd_exp_group:
                                type: 'null'
                              display_global_sold:
                                type: boolean
                              hide_rating:
                                type: boolean
                              hide_buyer_gallery:
                                type: boolean
                              hide_reviews:
                                type: boolean
                              hide_other_product_reviews_in_shop:
                                type: boolean
                            required:
                              - rating_star
                              - rating_count
                              - total_rating_count
                              - historical_sold
                              - global_sold
                              - liked
                              - liked_count
                              - cmt_count
                              - should_move_ratings_above
                              - review_rcmd_exp_group
                              - display_global_sold
                              - hide_rating
                              - hide_buyer_gallery
                              - hide_reviews
                              - hide_other_product_reviews_in_shop
                            x-apidog-orders:
                              - rating_star
                              - rating_count
                              - total_rating_count
                              - historical_sold
                              - global_sold
                              - liked
                              - liked_count
                              - cmt_count
                              - should_move_ratings_above
                              - review_rcmd_exp_group
                              - display_global_sold
                              - hide_rating
                              - hide_buyer_gallery
                              - hide_reviews
                              - hide_other_product_reviews_in_shop
                          promotion_info:
                            type: object
                            properties:
                              spl:
                                type: 'null'
                              spl_lite:
                                type: 'null'
                              installment:
                                type: 'null'
                              wholesale:
                                type: 'null'
                              insurance:
                                type: 'null'
                              item_installment_eligibility:
                                type: object
                                properties:
                                  is_cc_installment_payment_eligible:
                                    type: boolean
                                  is_non_cc_installment_payment_eligible:
                                    type: boolean
                                required:
                                  - is_cc_installment_payment_eligible
                                  - is_non_cc_installment_payment_eligible
                                x-apidog-orders:
                                  - is_cc_installment_payment_eligible
                                  - is_non_cc_installment_payment_eligible
                            required:
                              - spl
                              - spl_lite
                              - installment
                              - wholesale
                              - insurance
                              - item_installment_eligibility
                            x-apidog-orders:
                              - spl
                              - spl_lite
                              - installment
                              - wholesale
                              - insurance
                              - item_installment_eligibility
                          age_gate:
                            type: object
                            properties:
                              kyc:
                                type: 'null'
                            required:
                              - kyc
                            x-apidog-orders:
                              - kyc
                          shipping_meta:
                            type: 'null'
                          product_shipping:
                            type: object
                            properties:
                              free_shipping:
                                type: object
                                properties:
                                  min_spend:
                                    type: object
                                    properties:
                                      single_value:
                                        type: integer
                                      range_min:
                                        type: integer
                                      range_max:
                                        type: integer
                                      price_mask:
                                        type: 'null'
                                    required:
                                      - single_value
                                      - range_min
                                      - range_max
                                      - price_mask
                                    x-apidog-orders:
                                      - single_value
                                      - range_min
                                      - range_max
                                      - price_mask
                                  has_fss:
                                    type: boolean
                                required:
                                  - min_spend
                                  - has_fss
                                x-apidog-orders:
                                  - min_spend
                                  - has_fss
                              shipping_fee_info:
                                type: object
                                properties:
                                  ship_from_location:
                                    type: string
                                  price:
                                    type: object
                                    properties:
                                      single_value:
                                        type: integer
                                      range_min:
                                        type: integer
                                      range_max:
                                        type: integer
                                      price_mask:
                                        type: 'null'
                                    required:
                                      - single_value
                                      - range_min
                                      - range_max
                                      - price_mask
                                    x-apidog-orders:
                                      - single_value
                                      - range_min
                                      - range_max
                                      - price_mask
                                  shipping_icon_type:
                                    type: integer
                                  warning:
                                    type: 'null'
                                required:
                                  - ship_from_location
                                  - price
                                  - shipping_icon_type
                                  - warning
                                x-apidog-orders:
                                  - ship_from_location
                                  - price
                                  - shipping_icon_type
                                  - warning
                              show_shipping_to:
                                type: boolean
                              ungrouped_channel_infos:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    channel_id:
                                      type: integer
                                    name:
                                      type: string
                                    price:
                                      type: object
                                      properties:
                                        single_value:
                                          type: integer
                                        range_min:
                                          type: integer
                                        range_max:
                                          type: integer
                                        price_mask:
                                          type: 'null'
                                      required:
                                        - single_value
                                        - range_min
                                        - range_max
                                        - price_mask
                                      x-apidog-orders:
                                        - single_value
                                        - range_min
                                        - range_max
                                        - price_mask
                                    price_before_discount:
                                      type: object
                                      properties:
                                        single_value:
                                          type: integer
                                        range_min:
                                          type: integer
                                        range_max:
                                          type: integer
                                        price_mask:
                                          type: 'null'
                                      required:
                                        - single_value
                                        - range_min
                                        - range_max
                                        - price_mask
                                      x-apidog-orders:
                                        - single_value
                                        - range_min
                                        - range_max
                                        - price_mask
                                      nullable: true
                                    channel_delivery_info:
                                      type: object
                                      properties:
                                        has_edt:
                                          type: boolean
                                        display_mode:
                                          type: string
                                          nullable: true
                                        estimated_delivery_date_from:
                                          type: integer
                                          nullable: true
                                        estimated_delivery_date_to:
                                          type: integer
                                          nullable: true
                                        estimated_delivery_time_min:
                                          type: integer
                                          nullable: true
                                        estimated_delivery_time_max:
                                          type: integer
                                          nullable: true
                                        delay_message:
                                          type: string
                                          nullable: true
                                        is_fastest_edt_channel:
                                          type: 'null'
                                        sla_message:
                                          type: 'null'
                                        show_edt:
                                          type: boolean
                                          nullable: true
                                        edt_text:
                                          type: string
                                          nullable: true
                                      required:
                                        - has_edt
                                        - display_mode
                                        - estimated_delivery_date_from
                                        - estimated_delivery_date_to
                                        - estimated_delivery_time_min
                                        - estimated_delivery_time_max
                                        - delay_message
                                        - is_fastest_edt_channel
                                        - sla_message
                                        - show_edt
                                        - edt_text
                                      x-apidog-orders:
                                        - has_edt
                                        - display_mode
                                        - estimated_delivery_date_from
                                        - estimated_delivery_date_to
                                        - estimated_delivery_time_min
                                        - estimated_delivery_time_max
                                        - delay_message
                                        - is_fastest_edt_channel
                                        - sla_message
                                        - show_edt
                                        - edt_text
                                    channel_promotion_infos:
                                      type: array
                                      items:
                                        type: object
                                        properties:
                                          rule_id:
                                            type: integer
                                          type:
                                            type: integer
                                          display_mode:
                                            type: integer
                                            nullable: true
                                          discount_off:
                                            type: integer
                                            nullable: true
                                          min_spend:
                                            type: object
                                            properties:
                                              single_value:
                                                type: integer
                                              range_min:
                                                type: integer
                                              range_max:
                                                type: integer
                                              price_mask:
                                                type: 'null'
                                            required:
                                              - single_value
                                              - range_min
                                              - range_max
                                              - price_mask
                                            x-apidog-orders:
                                              - single_value
                                              - range_min
                                              - range_max
                                              - price_mask
                                          cap:
                                            type: integer
                                            nullable: true
                                        required:
                                          - rule_id
                                          - type
                                          - display_mode
                                          - discount_off
                                          - min_spend
                                          - cap
                                        x-apidog-orders:
                                          - rule_id
                                          - type
                                          - display_mode
                                          - discount_off
                                          - min_spend
                                          - cap
                                    warning:
                                      type: 'null'
                                    shipping_icon_type:
                                      type: 'null'
                                    lowest_bpsf_promotion_rule:
                                      type: 'null'
                                    service_type_info:
                                      type: string
                                    is_integrated_channel:
                                      type: boolean
                                    late_delivery_compensation:
                                      type: 'null'
                                    is_sst_included:
                                      type: boolean
                                    display_text:
                                      type: object
                                      properties:
                                        late_delivery_compensation:
                                          type: 'null'
                                        direct_delivery:
                                          type: 'null'
                                        fulfilled_by_shopee:
                                          type: 'null'
                                      required:
                                        - late_delivery_compensation
                                        - direct_delivery
                                        - fulfilled_by_shopee
                                      x-apidog-orders:
                                        - late_delivery_compensation
                                        - direct_delivery
                                        - fulfilled_by_shopee
                                    rule_type:
                                      type: integer
                                  required:
                                    - channel_id
                                    - name
                                    - price
                                    - price_before_discount
                                    - channel_delivery_info
                                    - channel_promotion_infos
                                    - warning
                                    - shipping_icon_type
                                    - lowest_bpsf_promotion_rule
                                    - service_type_info
                                    - is_integrated_channel
                                    - late_delivery_compensation
                                    - is_sst_included
                                    - display_text
                                    - rule_type
                                  x-apidog-orders:
                                    - channel_id
                                    - name
                                    - price
                                    - price_before_discount
                                    - channel_delivery_info
                                    - channel_promotion_infos
                                    - warning
                                    - shipping_icon_type
                                    - lowest_bpsf_promotion_rule
                                    - service_type_info
                                    - is_integrated_channel
                                    - late_delivery_compensation
                                    - is_sst_included
                                    - display_text
                                    - rule_type
                              grouped_channel_infos_by_service_type:
                                type: array
                                items:
                                  type: string
                              also_available_channel_name:
                                type: 'null'
                              pre_selected_shipping_channel:
                                type: 'null'
                              show_grouped_channel_first:
                                type: 'null'
                              is_item_with_price_range:
                                type: boolean
                              also_available_channel_icon_type:
                                type: 'null'
                              pre_order_text:
                                type: string
                              selected_late_delivery_compensation_for_drawer:
                                type: 'null'
                              shipping_info_text:
                                type: object
                                properties:
                                  text_template:
                                    type: 'null'
                                  shipping_fee:
                                    type: 'null'
                                  edt_from:
                                    type: 'null'
                                  edt_to:
                                    type: 'null'
                                  show_shipping_fee_suffix:
                                    type: boolean
                                required:
                                  - text_template
                                  - shipping_fee
                                  - edt_from
                                  - edt_to
                                  - show_shipping_fee_suffix
                                x-apidog-orders:
                                  - text_template
                                  - shipping_fee
                                  - edt_from
                                  - edt_to
                                  - show_shipping_fee_suffix
                            required:
                              - free_shipping
                              - shipping_fee_info
                              - show_shipping_to
                              - ungrouped_channel_infos
                              - grouped_channel_infos_by_service_type
                              - also_available_channel_name
                              - pre_selected_shipping_channel
                              - show_grouped_channel_first
                              - is_item_with_price_range
                              - also_available_channel_icon_type
                              - pre_order_text
                              - selected_late_delivery_compensation_for_drawer
                              - shipping_info_text
                            x-apidog-orders:
                              - free_shipping
                              - shipping_fee_info
                              - show_shipping_to
                              - ungrouped_channel_infos
                              - grouped_channel_infos_by_service_type
                              - also_available_channel_name
                              - pre_selected_shipping_channel
                              - show_grouped_channel_first
                              - is_item_with_price_range
                              - also_available_channel_icon_type
                              - pre_order_text
                              - selected_late_delivery_compensation_for_drawer
                              - shipping_info_text
                          shop_vouchers:
                            type: array
                            items:
                              type: string
                          free_return:
                            type: 'null'
                          coin_info:
                            type: object
                            properties:
                              spend_cash_unit:
                                type: integer
                              coin_earn_items:
                                type: array
                                items:
                                  type: string
                              coin_earn_label:
                                type: 'null'
                            required:
                              - spend_cash_unit
                              - coin_earn_items
                              - coin_earn_label
                            x-apidog-orders:
                              - spend_cash_unit
                              - coin_earn_items
                              - coin_earn_label
                          product_attributes:
                            type: object
                            properties:
                              attrs:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    name:
                                      type: string
                                    value:
                                      type: string
                                    id:
                                      type: 'null'
                                    is_timestamp:
                                      type: 'null'
                                    brand_option:
                                      type: 'null'
                                    val_id:
                                      type: 'null'
                                    url:
                                      type: string
                                      nullable: true
                                    brand_id:
                                      type: integer
                                      nullable: true
                                    full_url:
                                      type: string
                                      nullable: true
                                    type:
                                      type: integer
                                  required:
                                    - name
                                    - value
                                    - id
                                    - is_timestamp
                                    - brand_option
                                    - val_id
                                    - url
                                    - brand_id
                                    - full_url
                                    - type
                                  x-apidog-orders:
                                    - name
                                    - value
                                    - id
                                    - is_timestamp
                                    - brand_option
                                    - val_id
                                    - url
                                    - brand_id
                                    - full_url
                                    - type
                              categories:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    catid:
                                      type: integer
                                    display_name:
                                      type: string
                                    no_sub:
                                      type: boolean
                                    is_default_subcat:
                                      type: boolean
                                  required:
                                    - catid
                                    - display_name
                                    - no_sub
                                    - is_default_subcat
                                  x-apidog-orders:
                                    - catid
                                    - display_name
                                    - no_sub
                                    - is_default_subcat
                              related_items:
                                type: array
                                items:
                                  type: string
                            required:
                              - attrs
                              - categories
                              - related_items
                            x-apidog-orders:
                              - attrs
                              - categories
                              - related_items
                          shop_detailed:
                            type: object
                            properties:
                              shopid:
                                type: integer
                              userid:
                                type: integer
                              last_active_time:
                                type: integer
                              vacation:
                                type: boolean
                              place:
                                type: string
                              account:
                                type: object
                                properties:
                                  portrait:
                                    type: string
                                  username:
                                    type: string
                                  status:
                                    type: integer
                                required:
                                  - portrait
                                  - username
                                  - status
                                x-apidog-orders:
                                  - portrait
                                  - username
                                  - status
                              is_shopee_verified:
                                type: boolean
                              is_preferred_plus_seller:
                                type: boolean
                              is_official_shop:
                                type: boolean
                              shop_location:
                                type: string
                              item_count:
                                type: integer
                              rating_star:
                                type: number
                              response_rate:
                                type: integer
                              session_info:
                                type: 'null'
                              name:
                                type: string
                              ctime:
                                type: integer
                              response_time:
                                type: integer
                              follower_count:
                                type: integer
                              show_official_shop_label:
                                type: boolean
                              rating_bad:
                                type: integer
                              rating_good:
                                type: integer
                              rating_normal:
                                type: integer
                              session_infos:
                                type: 'null'
                              status:
                                type: integer
                              is_individual_seller:
                                type: 'null'
                              is_mart:
                                type: boolean
                              favorite_shop_info:
                                type: 'null'
                              is_3pf:
                                type: boolean
                              sold_total:
                                type: 'null'
                              is_shopee_choice:
                                type: boolean
                              is_high_end:
                                type: boolean
                              banner:
                                type: object
                                properties:
                                  shopee_choice:
                                    type: 'null'
                                required:
                                  - shopee_choice
                                x-apidog-orders:
                                  - shopee_choice
                              authorized_brand:
                                type: 'null'
                            required:
                              - shopid
                              - userid
                              - last_active_time
                              - vacation
                              - place
                              - account
                              - is_shopee_verified
                              - is_preferred_plus_seller
                              - is_official_shop
                              - shop_location
                              - item_count
                              - rating_star
                              - response_rate
                              - session_info
                              - name
                              - ctime
                              - response_time
                              - follower_count
                              - show_official_shop_label
                              - rating_bad
                              - rating_good
                              - rating_normal
                              - session_infos
                              - status
                              - is_individual_seller
                              - is_mart
                              - favorite_shop_info
                              - is_3pf
                              - sold_total
                              - is_shopee_choice
                              - is_high_end
                              - banner
                              - authorized_brand
                            x-apidog-orders:
                              - shopid
                              - userid
                              - last_active_time
                              - vacation
                              - place
                              - account
                              - is_shopee_verified
                              - is_preferred_plus_seller
                              - is_official_shop
                              - shop_location
                              - item_count
                              - rating_star
                              - response_rate
                              - session_info
                              - name
                              - ctime
                              - response_time
                              - follower_count
                              - show_official_shop_label
                              - rating_bad
                              - rating_good
                              - rating_normal
                              - session_infos
                              - status
                              - is_individual_seller
                              - is_mart
                              - favorite_shop_info
                              - is_3pf
                              - sold_total
                              - is_shopee_choice
                              - is_high_end
                              - banner
                              - authorized_brand
                          age_gate_control:
                            type: 'null'
                          abnormal_popup:
                            type: 'null'
                          return_on_spot:
                            type: 'null'
                          display_sections:
                            type: object
                            properties:
                              add_on_deal:
                                type: 'null'
                              bundle_deal:
                                type: 'null'
                              exclusive_price_label:
                                type: 'null'
                              free_return:
                                type: 'null'
                              coin:
                                type: 'null'
                              wholesale:
                                type: 'null'
                            required:
                              - add_on_deal
                              - bundle_deal
                              - exclusive_price_label
                              - free_return
                              - coin
                              - wholesale
                            x-apidog-orders:
                              - add_on_deal
                              - bundle_deal
                              - exclusive_price_label
                              - free_return
                              - coin
                              - wholesale
                          ineligible_ep:
                            type: 'null'
                          tax_disclaimer:
                            type: 'null'
                          alcohol_disclaimer:
                            type: 'null'
                          design_control:
                            type: object
                            properties:
                              use_new_revamp_first_screen:
                                type: 'null'
                              display_on_time_delivery_guarantee:
                                type: boolean
                              disable_price_with_variation:
                                type: boolean
                              display_direct_delivery:
                                type: boolean
                              use_new_featured_video_revamp:
                                type: 'null'
                              first_screen_revamp_abtest_group:
                                type: 'null'
                              display_choice_customised_section:
                                type: boolean
                              is_support_fbs_enabled:
                                type: boolean
                              top_section_featured_video_ab_test_group:
                                type: 'null'
                              enable_ksp_config:
                                type: 'null'
                            required:
                              - use_new_revamp_first_screen
                              - display_on_time_delivery_guarantee
                              - disable_price_with_variation
                              - display_direct_delivery
                              - use_new_featured_video_revamp
                              - first_screen_revamp_abtest_group
                              - display_choice_customised_section
                              - is_support_fbs_enabled
                              - top_section_featured_video_ab_test_group
                              - enable_ksp_config
                            x-apidog-orders:
                              - use_new_revamp_first_screen
                              - display_on_time_delivery_guarantee
                              - disable_price_with_variation
                              - display_direct_delivery
                              - use_new_featured_video_revamp
                              - first_screen_revamp_abtest_group
                              - display_choice_customised_section
                              - is_support_fbs_enabled
                              - top_section_featured_video_ab_test_group
                              - enable_ksp_config
                          shopee_free_return:
                            type: 'null'
                          detail_level:
                            type: integer
                          removed_fields:
                            type: 'null'
                          size_guide:
                            type: 'null'
                          designer_info:
                            type: 'null'
                          shipping_info:
                            type: 'null'
                          vehicle_compatibility_info:
                            type: 'null'
                          nea:
                            type: 'null'
                          button_group:
                            type: object
                            properties:
                              buy_with_voucher:
                                type: 'null'
                            required:
                              - buy_with_voucher
                            x-apidog-orders:
                              - buy_with_voucher
                          installment_drawer:
                            type: 'null'
                          ongoing_banner:
                            type: 'null'
                          teaser_banner:
                            type: 'null'
                          price_breakdown:
                            type: 'null'
                          membership_exclusive:
                            type: 'null'
                          membership_exclusive_teaser:
                            type: 'null'
                        required:
                          - item
                          - account
                          - product_images
                          - product_price
                          - flash_sale
                          - flash_sale_preview
                          - deep_discount
                          - exclusive_price
                          - exclusive_price_cta
                          - product_meta
                          - product_review
                          - promotion_info
                          - age_gate
                          - shipping_meta
                          - product_shipping
                          - shop_vouchers
                          - free_return
                          - coin_info
                          - product_attributes
                          - shop_detailed
                          - age_gate_control
                          - abnormal_popup
                          - return_on_spot
                          - display_sections
                          - ineligible_ep
                          - tax_disclaimer
                          - alcohol_disclaimer
                          - design_control
                          - shopee_free_return
                          - detail_level
                          - removed_fields
                          - size_guide
                          - designer_info
                          - shipping_info
                          - vehicle_compatibility_info
                          - nea
                          - button_group
                          - installment_drawer
                          - ongoing_banner
                          - teaser_banner
                          - price_breakdown
                          - membership_exclusive
                          - membership_exclusive_teaser
                        x-apidog-orders:
                          - item
                          - account
                          - product_images
                          - product_price
                          - flash_sale
                          - flash_sale_preview
                          - deep_discount
                          - exclusive_price
                          - exclusive_price_cta
                          - product_meta
                          - product_review
                          - promotion_info
                          - age_gate
                          - shipping_meta
                          - product_shipping
                          - shop_vouchers
                          - free_return
                          - coin_info
                          - product_attributes
                          - shop_detailed
                          - age_gate_control
                          - abnormal_popup
                          - return_on_spot
                          - display_sections
                          - ineligible_ep
                          - tax_disclaimer
                          - alcohol_disclaimer
                          - design_control
                          - shopee_free_return
                          - detail_level
                          - removed_fields
                          - size_guide
                          - designer_info
                          - shipping_info
                          - vehicle_compatibility_info
                          - nea
                          - button_group
                          - installment_drawer
                          - ongoing_banner
                          - teaser_banner
                          - price_breakdown
                          - membership_exclusive
                          - membership_exclusive_teaser
                    required:
                      - bff_meta
                      - error
                      - error_msg
                      - data
                    x-apidog-orders:
                      - bff_meta
                      - error
                      - error_msg
                      - data
                required:
                  - count
                  - data
                x-apidog-orders:
                  - count
                  - data
              example:
                count: 10340511
                data:
                  bff_meta: null
                  error: null
                  error_msg: null
                  data:
                    item:
                      item_id: 1413075726
                      shop_id: 19675194
                      item_status: normal
                      status: 1
                      item_type: 0
                      reference_item_id: ''
                      title: Simba小獅王辛巴 桃樂絲PPSU 寬口防滑把手-天藍、粉紅、果綠
                      image: 1f0917285f5417bf317a77323bacc2d3
                      label_ids:
                        - 16
                        - 1000040
                        - 1
                        - 1010115
                        - 1014962
                        - 700020233
                        - 1134000
                        - 700066619
                        - 700066617
                        - 700085393
                        - 1134059
                        - 1134075
                        - 700095025
                        - 1213639
                        - 700185059
                        - 700190049
                        - 700195048
                        - 700190097
                        - 1400170058
                        - 1400170057
                        - 1007880
                        - 840902217782303
                        - 840902217783839
                        - 822059780857868
                        - 822120594669079
                        - 822120594703895
                        - 822120594705943
                        - 1948020501544471
                        - 4199820315223063
                        - 844931064601283
                        - 844931086908638
                        - 1718087960
                        - 1428713
                        - 1011034
                        - 1818787
                        - 1016184
                        - 1007681
                        - 700610266
                        - 1838640
                        - 1853606
                        - 1853605
                        - 1853604
                        - 1400530025
                        - 1818883
                      is_adult: false
                      is_preview: false
                      flag: 196610
                      is_service_by_shopee: false
                      condition: 1
                      cat_id: 100632
                      has_low_fulfillment_rate: false
                      is_live_streaming_price: null
                      currency: TWD
                      brand: Simba 小獅王辛巴
                      brand_id: 1140802
                      show_discount: 3
                      ctime: 1534299630
                      item_rating:
                        rating_star: 4.97887323943662
                      cb_option: 0
                      has_model_with_available_shopee_stock: false
                      shop_location: 臺中市西屯區
                      attributes: null
                      rich_text_description: null
                      invoice_option: null
                      is_category_failed: null
                      is_prescription_item: false
                      preview_info: null
                      show_prescription_feed: false
                      is_alcohol_product: false
                      is_infant_milk_formula_product: false
                      is_unavailable: false
                      is_partial_fulfilled: false
                      is_presale: false
                      is_presale_deposit_item: null
                      is_presale_deposit_made: null
                      description: |-
                        ●產品特色：
                        1.嚴選食品級PP材質，不含雙酚A。
                        2.向外微彎手型設計，符合人體工學，寶寶練習抓握奶瓶，更輕鬆容易。 
                        3.防滑凸點設計，穩定抓握不易滑落，自在學習獨立進食。 
                        4.僅適合加裝於葫蘆或雙凹奶瓶瓶型，直圓瓶型不適用。
                        5.寬口徑奶瓶適用。

                        ●產品材質： 聚丙烯 PP(-20℃~+100℃)
                      categories:
                        - catid: 100632
                          display_name: 母嬰用品
                          no_sub: false
                          is_default_subcat: false
                        - catid: 100675
                          display_name: 哺育用品
                          no_sub: false
                          is_default_subcat: false
                        - catid: 100953
                          display_name: 奶瓶
                          no_sub: false
                          is_default_subcat: false
                        - catid: 101692
                          display_name: 奶瓶及配件
                          no_sub: true
                          is_default_subcat: false
                      fe_categories:
                        - catid: 11040542
                          display_name: Mother & Baby
                          no_sub: false
                          is_default_subcat: false
                        - catid: 11040554
                          display_name: Feeding & Nursing
                          no_sub: false
                          is_default_subcat: false
                        - catid: 11040561
                          display_name: Feeding Bottles
                          no_sub: true
                          is_default_subcat: false
                      item_has_video: false
                      presale_dday_start_time: null
                      is_lowest_price_at_shopee: null
                      models:
                        - item_id: 1413075726
                          status: 1
                          current_promotion_reserved_stock: null
                          name: 粉紅
                          promotion_id: 488197676072960
                          price: 2800000
                          price_stocks:
                            - allocated_stock: null
                              stock_breakdown_by_location: null
                              promotion_type: 301
                            - allocated_stock: 0
                              stock_breakdown_by_location:
                                - location_id: TWZ
                                  available_stock: null
                                  fulfilment_type: 2
                                  address_id: 0
                                  allocated_stock: null
                              promotion_type: 0
                          current_promotion_has_reserve_stock: false
                          normal_stock: null
                          extinfo:
                            tier_index:
                              - 1
                            is_pre_order: false
                            estimated_days: 2
                          price_before_discount: 2900000
                          model_id: 1973589939
                          stock: 16
                          has_gimmick_tag: false
                          key_measurement: null
                          sold: 130
                          is_lowest_price_at_shopee: false
                        - item_id: 1413075726
                          status: 1
                          current_promotion_reserved_stock: null
                          name: 果綠
                          promotion_id: 488197676072960
                          price: 2800000
                          price_stocks:
                            - allocated_stock: null
                              stock_breakdown_by_location: null
                              promotion_type: 301
                            - allocated_stock: 0
                              stock_breakdown_by_location:
                                - location_id: TWZ
                                  available_stock: null
                                  fulfilment_type: 2
                                  address_id: 0
                                  allocated_stock: null
                              promotion_type: 0
                          current_promotion_has_reserve_stock: false
                          normal_stock: null
                          extinfo:
                            tier_index:
                              - 2
                            is_pre_order: false
                            estimated_days: 2
                          price_before_discount: 2900000
                          model_id: 1973589940
                          stock: 16
                          has_gimmick_tag: false
                          key_measurement: null
                          sold: 103
                          is_lowest_price_at_shopee: false
                        - item_id: 1413075726
                          status: 1
                          current_promotion_reserved_stock: null
                          name: 天藍
                          promotion_id: 488197676072960
                          price: 2800000
                          price_stocks:
                            - allocated_stock: null
                              stock_breakdown_by_location: null
                              promotion_type: 301
                            - allocated_stock: 0
                              stock_breakdown_by_location:
                                - location_id: TWZ
                                  available_stock: null
                                  fulfilment_type: 2
                                  address_id: 0
                                  allocated_stock: null
                              promotion_type: 0
                          current_promotion_has_reserve_stock: false
                          normal_stock: null
                          extinfo:
                            tier_index:
                              - 0
                            is_pre_order: false
                            estimated_days: 2
                          price_before_discount: 2900000
                          model_id: 1973589938
                          stock: 16
                          has_gimmick_tag: false
                          key_measurement: null
                          sold: 137
                          is_lowest_price_at_shopee: false
                      tier_variations:
                        - name: Variation
                          options:
                            - 天藍
                            - 粉紅
                            - 果綠
                          images: null
                          properties: null
                          type: null
                          summed_stocks: null
                          display_indicators:
                            - 0
                            - 0
                            - 0
                      size_chart: null
                      size_chart_info: null
                      welcome_package_type: 0
                      is_free_gift: false
                      deep_discount: null
                      is_low_price_eligible: null
                      bundle_deal_info: null
                      add_on_deal_info: null
                      shipping_icon_type: 0
                      badge_icon_type: 0
                      spl_info:
                        installment_info: null
                        user_credit_info: null
                        channel_id: null
                        show_spl: false
                        show_spl_lite: null
                        spl_xtra: null
                      estimated_days: 2
                      is_pre_order: false
                      is_free_shipping: true
                      overall_purchase_limit: null
                      min_purchase_limit: 1
                      is_hide_stock: false
                      stock: 48
                      normal_stock: 48
                      current_promotion_reserved_stock: 0
                      can_use_wholesale: false
                      wholesale_tier_list: []
                      price: 2800000
                      raw_discount: 3
                      hidden_price_display: null
                      price_min: 2800000
                      price_max: 2800000
                      price_before_discount: 2900000
                      price_min_before_discount: 2900000
                      price_max_before_discount: 2900000
                      other_stock: 0
                      discount_stock: null
                      current_promotion_has_reserve_stock: false
                      complaint_policy: null
                      show_recycling_info: false
                      should_show_amp_tag: true
                      all_models_has_pre_order: false
                      is_item_inherited: false
                      max_quantity: 48
                    account:
                      user_id: null
                      is_new_user: null
                      default_address:
                        state: 臺北市
                        city: 中正區
                        district: ''
                        town: ''
                        zip_code: ''
                        address: null
                        region: null
                        longitude: null
                        latitude: null
                      adult_consent: null
                      birth_timestamp: null
                    product_images:
                      video: null
                      images:
                        - 1f0917285f5417bf317a77323bacc2d3
                        - 607b9fe862b408344c6490a3fa603010
                        - 0ab2500ce65c5a58d4ada69144fbda6c
                        - c06752815e5f7bd813c5b5c357c4a666
                        - 76bdbb97d2ab070e23b06f0d73bc8193
                        - 116482e5ab5caa56489b6b4c96bf3bdc
                        - 90d0a1f5bf0c68f1d0b243f995537073
                      first_tier_variations: []
                      sorted_variation_image_index_list: []
                      overlay:
                        type: 0
                        image: tw-11134258-7rash-m2jrtpfjhqmybb
                        preview_end_time: null
                        is_pre_order: null
                        description: ''
                      makeup_preview: null
                      abnormal_status: ''
                      promotion_images: []
                      long_images: null
                      shopee_video_info_list: []
                      shopee_video_rcmd_info: null
                      shopee_video_req_id: null
                      skincam: null
                      pdp_top_info_list: null
                      has_long_image: null
                    product_price:
                      discount: 3
                      installment_info: null
                      spl_installment_info: null
                      pack_size: ''
                      hide_price: false
                      price:
                        single_value: 2800000
                        range_min: -1
                        range_max: -1
                        price_mask: null
                      price_before_discount:
                        single_value: 2900000
                        range_min: -1
                        range_max: -1
                        price_mask: null
                      presale_price: null
                      lowest_past_price: null
                      labels: null
                      hide_discount: false
                      discount_text: null
                      show_final_price_indicator: false
                    flash_sale: null
                    flash_sale_preview: null
                    deep_discount: null
                    exclusive_price: null
                    exclusive_price_cta: null
                    product_meta:
                      show_lowest_price_guarantee: false
                      show_original_guarantee: false
                      show_best_price_guarantee: false
                      show_official_shop_label_in_title: false
                      show_shopee_verified_label: false
                      show_lowest_installment_guarantee: false
                      hide_sharing_button: false
                      hide_sold_count: false
                    product_review:
                      rating_star: 4.97887323943662
                      rating_count:
                        - 142
                        - 0
                        - 0
                        - 0
                        - 3
                        - 139
                      total_rating_count: 142
                      historical_sold: 368
                      global_sold: 368
                      liked: false
                      liked_count: 33
                      cmt_count: 142
                      should_move_ratings_above: null
                      review_rcmd_exp_group: null
                      display_global_sold: false
                      hide_rating: false
                      hide_buyer_gallery: false
                      hide_reviews: false
                      hide_other_product_reviews_in_shop: false
                    promotion_info:
                      spl: null
                      spl_lite: null
                      installment: null
                      wholesale: null
                      insurance: null
                      item_installment_eligibility:
                        is_cc_installment_payment_eligible: false
                        is_non_cc_installment_payment_eligible: false
                    age_gate:
                      kyc: null
                    shipping_meta: null
                    product_shipping:
                      free_shipping:
                        min_spend:
                          single_value: 4900000
                          range_min: -1
                          range_max: -1
                          price_mask: null
                        has_fss: false
                      shipping_fee_info:
                        ship_from_location: 臺中市西屯區
                        price:
                          single_value: -1
                          range_min: 4500000
                          range_max: 9000000
                          price_mask: null
                        shipping_icon_type: 0
                        warning: null
                      show_shipping_to: true
                      ungrouped_channel_infos:
                        - channel_id: 30019
                          name: 蝦皮店到店 - 隔日到貨
                          price:
                            single_value: 5500000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          price_before_discount:
                            single_value: 6000000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          channel_delivery_info:
                            has_edt: true
                            display_mode: edt_by_date
                            estimated_delivery_date_from: 1732075690
                            estimated_delivery_date_to: 1732075690
                            estimated_delivery_time_min: 1
                            estimated_delivery_time_max: 1
                            delay_message: 免運店家滿$249免運; 平日14點前下單隔日晚間到
                            is_fastest_edt_channel: null
                            sla_message: null
                            show_edt: true
                            edt_text: Get by tomorrow
                          channel_promotion_infos:
                            - rule_id: 255294492381484
                              type: 0
                              display_mode: 0
                              discount_off: 5500000
                              min_spend:
                                single_value: 0
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: 0
                            - rule_id: 252407800398125
                              type: 1
                              display_mode: null
                              discount_off: null
                              min_spend:
                                single_value: 9900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: null
                          warning: null
                          shipping_icon_type: null
                          lowest_bpsf_promotion_rule: null
                          service_type_info: ''
                          is_integrated_channel: true
                          late_delivery_compensation: null
                          is_sst_included: false
                          display_text:
                            late_delivery_compensation: null
                            direct_delivery: null
                            fulfilled_by_shopee: null
                          rule_type: 0
                        - channel_id: 30015
                          name: 蝦皮店到店
                          price:
                            single_value: 4500000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          price_before_discount: null
                          channel_delivery_info:
                            has_edt: true
                            display_mode: edt_by_date
                            estimated_delivery_date_from: 1732248490
                            estimated_delivery_date_to: 1732507690
                            estimated_delivery_time_min: 3
                            estimated_delivery_time_max: 6
                            delay_message: 免運店家滿$199無限免運; 週三週六$149無限免運
                            is_fastest_edt_channel: null
                            sla_message: null
                            show_edt: true
                            edt_text: Get by 11月22日 to 11月25日
                          channel_promotion_infos:
                            - rule_id: 252407796203520
                              type: 1
                              display_mode: null
                              discount_off: null
                              min_spend:
                                single_value: 4900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: null
                          warning: null
                          shipping_icon_type: null
                          lowest_bpsf_promotion_rule: null
                          service_type_info: ''
                          is_integrated_channel: true
                          late_delivery_compensation: null
                          is_sst_included: false
                          display_text:
                            late_delivery_compensation: null
                            direct_delivery: null
                            fulfilled_by_shopee: null
                          rule_type: 0
                        - channel_id: 30005
                          name: 7-ELEVEN
                          price:
                            single_value: 6000000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          price_before_discount: null
                          channel_delivery_info:
                            has_edt: true
                            display_mode: edt_by_date
                            estimated_delivery_date_from: 1732162090
                            estimated_delivery_date_to: 1732334890
                            estimated_delivery_time_min: 2
                            estimated_delivery_time_max: 4
                            delay_message: null
                            is_fastest_edt_channel: null
                            sla_message: null
                            show_edt: true
                            edt_text: Get by 11月21日 to 11月23日
                          channel_promotion_infos:
                            - rule_id: 256699621969920
                              type: 0
                              display_mode: 0
                              discount_off: 2000000
                              min_spend:
                                single_value: 59900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: 0
                            - rule_id: 256699621965824
                              type: 1
                              display_mode: null
                              discount_off: null
                              min_spend:
                                single_value: 79900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: null
                          warning: null
                          shipping_icon_type: null
                          lowest_bpsf_promotion_rule: null
                          service_type_info: ''
                          is_integrated_channel: true
                          late_delivery_compensation: null
                          is_sst_included: false
                          display_text:
                            late_delivery_compensation: null
                            direct_delivery: null
                            fulfilled_by_shopee: null
                          rule_type: 0
                        - channel_id: 30006
                          name: 全家
                          price:
                            single_value: 6000000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          price_before_discount: null
                          channel_delivery_info:
                            has_edt: true
                            display_mode: edt_by_date
                            estimated_delivery_date_from: 1732162090
                            estimated_delivery_date_to: 1732334890
                            estimated_delivery_time_min: 2
                            estimated_delivery_time_max: 4
                            delay_message: null
                            is_fastest_edt_channel: null
                            sla_message: null
                            show_edt: true
                            edt_text: Get by 11月21日 to 11月23日
                          channel_promotion_infos:
                            - rule_id: 253219519856640
                              type: 1
                              display_mode: null
                              discount_off: null
                              min_spend:
                                single_value: 29900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: null
                          warning: null
                          shipping_icon_type: null
                          lowest_bpsf_promotion_rule: null
                          service_type_info: ''
                          is_integrated_channel: true
                          late_delivery_compensation: null
                          is_sst_included: false
                          display_text:
                            late_delivery_compensation: null
                            direct_delivery: null
                            fulfilled_by_shopee: null
                          rule_type: 0
                        - channel_id: 30007
                          name: 萊爾富
                          price:
                            single_value: 5000000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          price_before_discount: null
                          channel_delivery_info:
                            has_edt: true
                            display_mode: edt_by_date
                            estimated_delivery_date_from: 1732162090
                            estimated_delivery_date_to: 1732421290
                            estimated_delivery_time_min: 2
                            estimated_delivery_time_max: 5
                            delay_message: null
                            is_fastest_edt_channel: null
                            sla_message: null
                            show_edt: true
                            edt_text: Get by 11月21日 to 11月24日
                          channel_promotion_infos:
                            - rule_id: 253217498202114
                              type: 1
                              display_mode: null
                              discount_off: null
                              min_spend:
                                single_value: 24900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: null
                          warning: null
                          shipping_icon_type: null
                          lowest_bpsf_promotion_rule: null
                          service_type_info: ''
                          is_integrated_channel: true
                          late_delivery_compensation: null
                          is_sst_included: false
                          display_text:
                            late_delivery_compensation: null
                            direct_delivery: null
                            fulfilled_by_shopee: null
                          rule_type: 0
                        - channel_id: 30014
                          name: OK Mart
                          price:
                            single_value: 4500000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          price_before_discount: null
                          channel_delivery_info:
                            has_edt: true
                            display_mode: edt_by_date
                            estimated_delivery_date_from: 1732248490
                            estimated_delivery_date_to: 1732421290
                            estimated_delivery_time_min: 3
                            estimated_delivery_time_max: 5
                            delay_message: null
                            is_fastest_edt_channel: null
                            sla_message: null
                            show_edt: true
                            edt_text: Get by 11月22日 to 11月24日
                          channel_promotion_infos:
                            - rule_id: 252407808790828
                              type: 1
                              display_mode: null
                              discount_off: null
                              min_spend:
                                single_value: 4900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: null
                          warning: null
                          shipping_icon_type: null
                          lowest_bpsf_promotion_rule: null
                          service_type_info: ''
                          is_integrated_channel: true
                          late_delivery_compensation: null
                          is_sst_included: false
                          display_text:
                            late_delivery_compensation: null
                            direct_delivery: null
                            fulfilled_by_shopee: null
                          rule_type: 0
                        - channel_id: 30001
                          name: 黑貓宅急便
                          price:
                            single_value: 9000000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          price_before_discount: null
                          channel_delivery_info:
                            has_edt: true
                            display_mode: edt_by_date
                            estimated_delivery_date_from: 1732162090
                            estimated_delivery_date_to: 1732507690
                            estimated_delivery_time_min: 2
                            estimated_delivery_time_max: 6
                            delay_message: null
                            is_fastest_edt_channel: null
                            sla_message: null
                            show_edt: true
                            edt_text: Get by 11月21日 to 11月25日
                          channel_promotion_infos: null
                          warning: null
                          shipping_icon_type: null
                          lowest_bpsf_promotion_rule: null
                          service_type_info: ''
                          is_integrated_channel: true
                          late_delivery_compensation: null
                          is_sst_included: false
                          display_text:
                            late_delivery_compensation: null
                            direct_delivery: null
                            fulfilled_by_shopee: null
                          rule_type: 0
                        - channel_id: 39303
                          name: 中華郵政
                          price:
                            single_value: 5000000
                            range_min: -1
                            range_max: -1
                            price_mask: null
                          price_before_discount: null
                          channel_delivery_info:
                            has_edt: false
                            display_mode: null
                            estimated_delivery_date_from: null
                            estimated_delivery_date_to: null
                            estimated_delivery_time_min: null
                            estimated_delivery_time_max: null
                            delay_message: null
                            is_fastest_edt_channel: null
                            sla_message: null
                            show_edt: null
                            edt_text: null
                          channel_promotion_infos:
                            - rule_id: 256699621969920
                              type: 0
                              display_mode: 0
                              discount_off: 2000000
                              min_spend:
                                single_value: 59900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: 0
                            - rule_id: 256699621965824
                              type: 1
                              display_mode: null
                              discount_off: null
                              min_spend:
                                single_value: 79900000
                                range_min: -1
                                range_max: -1
                                price_mask: null
                              cap: null
                          warning: null
                          shipping_icon_type: null
                          lowest_bpsf_promotion_rule: null
                          service_type_info: ''
                          is_integrated_channel: false
                          late_delivery_compensation: null
                          is_sst_included: false
                          display_text:
                            late_delivery_compensation: null
                            direct_delivery: null
                            fulfilled_by_shopee: null
                          rule_type: 0
                      grouped_channel_infos_by_service_type: []
                      also_available_channel_name: null
                      pre_selected_shipping_channel: null
                      show_grouped_channel_first: null
                      is_item_with_price_range: false
                      also_available_channel_icon_type: null
                      pre_order_text: ''
                      selected_late_delivery_compensation_for_drawer: null
                      shipping_info_text:
                        text_template: null
                        shipping_fee: null
                        edt_from: null
                        edt_to: null
                        show_shipping_fee_suffix: false
                    shop_vouchers: []
                    free_return: null
                    coin_info:
                      spend_cash_unit: 100000
                      coin_earn_items: []
                      coin_earn_label: null
                    product_attributes:
                      attrs:
                        - name: Stock
                          value: '48'
                          id: null
                          is_timestamp: null
                          brand_option: null
                          val_id: null
                          url: null
                          brand_id: null
                          full_url: null
                          type: 7
                        - name: Brand
                          value: Simba 小獅王辛巴
                          id: null
                          is_timestamp: null
                          brand_option: null
                          val_id: null
                          url: /search?brands=1140802
                          brand_id: 1140802
                          full_url: https://shopee.tw/search?brands=1140802
                          type: 1
                        - name: Ships From
                          value: 臺中市西屯區
                          id: null
                          is_timestamp: null
                          brand_option: null
                          val_id: null
                          url: null
                          brand_id: null
                          full_url: null
                          type: 6
                      categories:
                        - catid: 11040542
                          display_name: Mother & Baby
                          no_sub: false
                          is_default_subcat: false
                        - catid: 11040554
                          display_name: Feeding & Nursing
                          no_sub: false
                          is_default_subcat: false
                        - catid: 11040561
                          display_name: Feeding Bottles
                          no_sub: true
                          is_default_subcat: false
                      related_items: []
                    shop_detailed:
                      shopid: 19675194
                      userid: 19676530
                      last_active_time: 1731988556
                      vacation: false
                      place: 臺中市西屯區
                      account:
                        portrait: 4eea958f22efe6685d6de43987c17baa
                        username: iris_liu_flower
                        status: 1
                      is_shopee_verified: false
                      is_preferred_plus_seller: false
                      is_official_shop: false
                      shop_location: 臺中市西屯區
                      item_count: 955
                      rating_star: 4.960029
                      response_rate: 93
                      session_info: null
                      name: 【BABY家】<Simba小獅王辛巴／史努比婦嬰用品專賣>
                      ctime: 1491354343
                      response_time: 4240
                      follower_count: 29568
                      show_official_shop_label: false
                      rating_bad: 65
                      rating_good: 69591
                      rating_normal: 375
                      session_infos: null
                      status: 1
                      is_individual_seller: null
                      is_mart: false
                      favorite_shop_info: null
                      is_3pf: false
                      sold_total: null
                      is_shopee_choice: false
                      is_high_end: false
                      banner:
                        shopee_choice: null
                      authorized_brand: null
                    age_gate_control: null
                    abnormal_popup: null
                    return_on_spot: null
                    display_sections:
                      add_on_deal: null
                      bundle_deal: null
                      exclusive_price_label: null
                      free_return: null
                      coin: null
                      wholesale: null
                    ineligible_ep: null
                    tax_disclaimer: null
                    alcohol_disclaimer: null
                    design_control:
                      use_new_revamp_first_screen: null
                      display_on_time_delivery_guarantee: false
                      disable_price_with_variation: true
                      display_direct_delivery: false
                      use_new_featured_video_revamp: null
                      first_screen_revamp_abtest_group: null
                      display_choice_customised_section: false
                      is_support_fbs_enabled: false
                      top_section_featured_video_ab_test_group: null
                      enable_ksp_config: null
                    shopee_free_return: null
                    detail_level: 0
                    removed_fields: null
                    size_guide: null
                    designer_info: null
                    shipping_info: null
                    vehicle_compatibility_info: null
                    nea: null
                    button_group:
                      buy_with_voucher: null
                    installment_drawer: null
                    ongoing_banner: null
                    teaser_banner: null
                    price_breakdown: null
                    membership_exclusive: null
                    membership_exclusive_teaser: null
          headers: {}
          x-apidog-name: Success
        '201':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                  taskId:
                    type: string
                required:
                  - message
                  - taskId
                x-apidog-orders:
                  - message
                  - taskId
              example:
                message: task in progress
                taskId: a8af123c-0f81-477d-a2e7-c57ad18fe54a
          headers: {}
          x-apidog-name: Task In Progress
        '400':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  message:
                    type: string
                required:
                  - code
                  - message
                x-apidog-orders:
                  - code
                  - message
              example:
                code: 20500
                message: scraping failed
          headers: {}
          x-apidog-name: Bad Request
      security:
        - apikey-header-x-api-token: []
      x-apidog-folder: Scraping API/shopee
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/745098/apis/api-11953650-run
components:
  schemas: {}
  securitySchemes:
    bearer:
      type: bearer
      scheme: bearer
      description: Bearer token authentication using your Scrapeless API key
    apikey-header-x-api-token:
      type: apiKey
      in: header
      name: x-api-token
servers:
  - url: https://api.scrapeless.com
    description: Prod Env
security:
  - apikey-header-x-api-token: []

```
