Skip to main content

v2.product.get_item_limit

GET /api/v2/product/get_item_limit

Get item upload control.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/product/get_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.
wholesale_price_threshold_percentageobject
min_limitint6430Item wholesale price percentage of original price min limit.
max_limitint64100Item wholesale price percentage of original price min limit.
stock_limitobject
min_limitint645Item stock min limit.
max_limitint6410000000Item stock max limit.
item_name_length_limitobject
min_limitint645Item name length min limit.
max_limitint64100Item name length max limit.
item_image_count_limitobject
min_limitint641Item image count min limit.
max_limitint649Item image count max limit.
item_description_length_limitobject
min_limitint6410Item description length min limit.
max_limitint642000Item description length max limit.
tier_variation_name_length_limitobject
min_limitint640Item tier variation name length min limit.
max_limitint6414Item tier variation name length max limit.
tier_variation_option_length_limitobject
min_limitint640Item tier variation option length min limit.
max_limitint6420Item tier variation option length max limit.
item_count_limitobject
max_limitint6450001Item count max limit.
extended_description_limitobject
description_text_length_minintlength min limit for item extended description text part
description_text_length_maxintlength max limit for item extended description text part
description_image_num_minintlength min limit for item extended description image num
description_image_num_maxintlength max limit for item extended description image num
description_image_width_minintlength min limit for item extended description image width
description_image_height_minintlength min limit for item extended description image hight
description_image_aspect_ratio_minfloatlength min limit for item extended description image aspect (image width / image hight )
description_image_aspect_ratio_maxfloatlength max limit for item extended description image aspect (image width / image hight )
dts_limitobject
days_to_ship_limitobjectPre order limits for the category
min_limitint
max_limitint
non_pre_order_days_to_shipint
weight_limitobject
weight_mandatorybooleanweight is mandatory or not
dimension_limitobject
dimension_mandatorybooleandimension is mandatory or not for the category
size_chart_limitobject
size_chart_mandatoryboolean
support_image_size_chartboolean
support_template_size_chartboolean
gtin_limitobject
gtin_validation_rulestringIndicate gtin_code validation logic in v2.product.add_item v2.product.update_item v2.product.init_tier_variation v2.product.add_model v2.product.update_model - Mandatory: This field is required and must contain a correctly formatted GTiN number. - Flexible: This field is required and must contain either a correctly formatted GTlN number or "00" todeclare that the item/model has no valid GTlN. - Optional: This field is optional and can contain a correctly formatted GTiN number, "00" or be omittedentirely.