来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
查看技术与溯源信息
- 平台 / profile
- Shopee / profile.shopee.faq
- 语言
- en
- 发布版本
cn-20260909-2- 标签
- zhuge/sourceplatform/shopeeaudience/developercategory/help_centertopic/apitopic/developertopic/faqtopic/feature-apistopic/product
资料正文
§1 Attribute related error explaining and solution
It is recommended to view the upload attribute section of this developer guide https://open.shopee.com/developer-guide/211
error:product.error_incalid_attribute, message:Invalid attribute,spex error : Please check that values are applicable to new category: attr_value_id is not mapped with category|cat_id=100744|attr_value_id=3615|global_attr_id=100370|region=MY: ERROR_PARAM: item.attribute.set_item_attr_list failed
Explanation: The user uploaded category id 100744, attribute id 100370, and attribute id value 3615, but the attribute value does not exist under the category configured by Shopee
Solution: Call the get_attribute API to get all available attribute id values for category id 100744.
error:product.error_less_required_attribute, message:Mandatory attribute information required
Explanation: User upload is missing a required attribute.
Solution: Call the get_attribute API to get the required attributes.
error : global_attr_id=100061 is customizable NON_quantitative_attribute: invalid field|field_name=item_attr_value_ext_info.customised_value|err=value does not match input validator of global attr|value=2023-10-01|input_validator=VALIDATOR_DATE|: item.attribute.set_item_attr_list failed","request_id":"e6c99402afce41fe1f485dab3053e396"}
Explanation: attribute id 100061 is a custom attribute, and the attribute value is in a date format. The user entered 2023-10-01, which does not meet the requirements. You need to enter a timestamp format.
Solution: The attribute value id of attribute id 100061 should uploaded as 0, original_value_name enters the timestamp, for example 1696089600.
global_attr_id=100140 is MULTI_DROP_DOWN and does not allow user_customized value: item.mtsku_attribute.set_mtsku_attr_value_list_check_only failed
Explanation: attribute id 100140 belongs to the attribute of the multi-select drop-down list, and the seller is not allowed to customize the attribute value.
Solution: Upload value id of attribute id 100140 is not allowed to be uploaded as 0, please call get_attribute API to get the list of attribute values provided by Shopee.
product.error_param : Invalid attribute. attribute value [100602] [Others] need parent value
Explanation: The attribute value id 100602 is selected, and the corresponding parent attribute value needs to be uploaded
Solution: Call the get_attribute API to get the parent attribute id and parent attribute value corresponding to the attribute value id 100602 and upload it
invalid field$field_name=set_mtsku_attr_value_list_check_only_request.mtsku_attr_with_value_list$err=global_attr_id=100162 contain more than 5 attr_value$: ERROR_PARAM: item.mtsku_attribute.set_mtsku_attr_value_list_check_only failed
Explanation: The user uploaded more than 5 attribute value values, but the attribute value can only upload up to 5.
Solution: Call the get_attribute API to get the parent attribute id and parent attribute value corresponding to the attribute value id 100602 and upload it
