Skip to main content

v2.product.search_unpackaged_model_list

POST /api/v2/product/search_unpackaged_model_list

Use this API to retrieve Unpackaged SKU ID information for items that toggle on logistics channel 30029.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/product/search_unpackaged_model_list

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
page_sizeint32True2Each result set is returned as a page of entries. Use the "page_size" filters to control the maximum number of entries to retrieve per page (i.e., per call). This integer value is used to specify the maximum number of entries to return in a single "page" of data. The limit of page_size if between 1 and 48.
cursorstringFalseSpecifies the starting entry of data to return in the current call. Default is "". If data is more than one page, the cursor can be some entry to start next call.
item_idint64FalseShopee's unique identifier for an item.
item_namestringFalseJITName of the item.
model_idint64FalseShopee's unique identifier for a model under item.
unpackaged_sku_idstringFalseUnpackaged SKU ID of the model.

Response Parameters

NameTypeSampleDescription
errorstringIndicate error type if hit error. Empty if no error happened.
messagestringIndicate error details if hit error. Empty if no error happened.
warningstringIndicate waring details if hit waring. Empty if no waring happened.
request_idstringThe identifier for an API request for error tracking.
responseobjectDetail informations you are querying.
total_countint32Total number of models that match the condition.
next_cursorstringPass the next_cursor in the next request as cursor to get the next page data.
model_listobject[]List of models that match the condition.
item_idint64Shopee's unique identifier for an item.
item_namestringName of the item.
model_idint64Shopee's unique identifier for a model under item. 0 for no model item.
unpackaged_sku_idstringUnpackaged SKU ID of the model.