Skip to main content

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

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature 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

NameTypeRequiredSampleDescription
category_idint64False400055Shopee's unique identifier for a category.

Response Parameters

NameTypeSampleDescription
errorstringIndicate error type if hit error. Empty if no error happened.
messagestringsuccessIndicate error details if hit error. Empty if no error happened.
warningstringWarning message.
request_idstring28ad0434c6954963a2a6d6ed7195554dThe identifier for an API request for error tracking.
responseobject
price_limitobject
min_limitfloat5.5Item price max limit.
max_limitfloat10000000.0Item price min limit.
item_name_length_limitobject
min_limitint645Item name length min limit.
max_limitint6499Item name length max limit.
item_image_count_limitobject
min_limitint641Item image count min limit.
max_limitint6410Item image count max limit.
description_limitobject
description_length_minint6410Item description length min limit.
description_length_maxint64499length max limit for item extended description text part.
description_text_length_minint6410length 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_maxint64499length max limit for item extended description text part
description_image_num_minint641length 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_maxint645length max limit for item extended description image num.
description_image_width_minint641length min limit for item extended description image width.
description_image_height_minint641length min limit for item extended description image hight.
description_image_aspect_ratio_minfloat0.5length min limit for item extended description image aspect ( aspect_ratio= image width / image hight ).
description_image_aspect_ratio_maxfloat32.0length max limit for item extended description image aspect ( aspect_ratio= image width / image hight ).
tier_variation_name_length_limitobject
min_limitint321Item tier variation name length min limit.
max_limitint3250Item tier variation name length max limit.
tier_variation_option_length_limitobject
min_limitint321Item tier variation option length min limit.
max_limitint3250Item tier variation option length max limit.
weight_limitobject
weight_mandatorybooleantrueWhether weight is mandatory or not for the category.
dimension_limitobject
dimension_mandatorybooleantrueWhether dimension is mandatory or not for the category.
dts_limitobject
non_pre_order_days_to_shipint322Days to ship for non pre-order products.
support_pre_orderbooleantrueWhether support pre_order for the category.
days_to_ship_limitobjectDays to ship for pre-order products.
min_limitint323Min limit of days to ship for pre-order products.
max_limitint3230Max limit of days to ship for pre-order products.
component_count_limit_of_single_modelobject
min_limitint322Item count min limit that each kit variations support.
max_limitint3210Item count max limit that each kit variations support.