v2.product.get_kit_item_limit
GET /api/v2/product/get_kit_item_limit
Get the limit of Kit item.
Endpoint URL
URL: https://partner.shopeemobile.com/api/v2/product/get_kit_item_limit
Common Request Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| partner_id | int | 1 | Partner ID is assigned upon registration is successful. Required for all requests. |
| timestamp | timestamp | 1610000000 | This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes. |
| access_token | string | c09222e3fc40ffb25fc947f738b1abf1 | The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours. |
| shop_id | int | 600000 | Shopee's unique identifier for a shop. Required param for most APIs. |
| sign | string | e318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2 | Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2 |
Request Parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| category_id | int64 | False | 400055 | Shopee's unique identifier for a category. |
Response Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| error | string | Indicate error type if hit error. Empty if no error happened. | |
| message | string | success | Indicate error details if hit error. Empty if no error happened. |
| warning | string | Warning message. | |
| request_id | string | 28ad0434c6954963a2a6d6ed7195554d | The identifier for an API request for error tracking. |
| response | object | ||
| price_limit | object | ||
| min_limit | float | 5.5 | Item price max limit. |
| max_limit | float | 10000000.0 | Item price min limit. |
| item_name_length_limit | object | ||
| min_limit | int64 | 5 | Item name length min limit. |
| max_limit | int64 | 99 | Item name length max limit. |
| item_image_count_limit | object | ||
| min_limit | int64 | 1 | Item image count min limit. |
| max_limit | int64 | 10 | Item image count max limit. |
| description_limit | object | ||
| description_length_min | int64 | 10 | Item description length min limit. |
| description_length_max | int64 | 499 | length max limit for item extended description text part. |
| description_text_length_min | int64 | 10 | length min limit for item extended description text part, when one of the minimum limits for image and text is reached, the item can be added or updated successfully. |
| description_text_length_max | int64 | 499 | length max limit for item extended description text part |
| description_image_num_min | int64 | 1 | length min limit for item extended description image num, when one of the minimum limits for image and text is reached, the item can be added or updated successfully. |
| description_image_num_max | int64 | 5 | length max limit for item extended description image num. |
| description_image_width_min | int64 | 1 | length min limit for item extended description image width. |
| description_image_height_min | int64 | 1 | length min limit for item extended description image hight. |
| description_image_aspect_ratio_min | float | 0.5 | length min limit for item extended description image aspect ( aspect_ratio= image width / image hight ). |
| description_image_aspect_ratio_max | float | 32.0 | length max limit for item extended description image aspect ( aspect_ratio= image width / image hight ). |
| tier_variation_name_length_limit | object | ||
| min_limit | int32 | 1 | Item tier variation name length min limit. |
| max_limit | int32 | 50 | Item tier variation name length max limit. |
| tier_variation_option_length_limit | object | ||
| min_limit | int32 | 1 | Item tier variation option length min limit. |
| max_limit | int32 | 50 | Item tier variation option length max limit. |
| weight_limit | object | ||
| weight_mandatory | boolean | true | Whether weight is mandatory or not for the category. |
| dimension_limit | object | ||
| dimension_mandatory | boolean | true | Whether dimension is mandatory or not for the category. |
| dts_limit | object | ||
| non_pre_order_days_to_ship | int32 | 2 | Days to ship for non pre-order products. |
| support_pre_order | boolean | true | Whether support pre_order for the category. |
| days_to_ship_limit | object | Days to ship for pre-order products. | |
| min_limit | int32 | 3 | Min limit of days to ship for pre-order products. |
| max_limit | int32 | 30 | Max limit of days to ship for pre-order products. |
| component_count_limit_of_single_model | object | ||
| min_limit | int32 | 2 | Item count min limit that each kit variations support. |
| max_limit | int32 | 10 | Item count max limit that each kit variations support. |