Skip to main content

v2.product.get_model_list

GET /api/v2/product/get_model_list

Get model list of an item.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/product/get_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
item_idint64True178312The ID of the item

Response Parameters

NameTypeSampleDescription
messagestringIndicate error details if hit error. Empty if no error happened.
warningstringWarning message.
request_idstring75c2b01e50764cec8cfdc61e75c1f26dThe identifier for an API request for error tracking.
responseobject
tier_variationobject[]Variation config of item.
option_listobject[]Option list.
optionstringtestsku1Option name.
imageobject
image_idstringId of image
image_urlstringUrl of image.
namestringVariation name.
modelobject[]Model list.
price_infoobject[]Price info. For SG/MY/BR/MX/PL/ES/AR seller: Sellers can set the price with two decimal place, other regions can only set the price as an integer.
currencystringTWDCurrency for the item price.
current_pricefloat100.0Current price of item.
original_pricefloat100.0Original price of item.
inflated_price_of_original_pricefloat100.0Original price of item after tax.
inflated_price_of_current_pricefloat100.0Current price of item after tax.
sip_item_pricefloat100.0SIP item price. If item is from SIP primary shop, this field will be returned.
sip_item_price_sourcestringmanualSIP item price source, could be manual or auto.If item is from SIP primary shop, this field will be returned.
sip_item_price_currencystringCNYThe currency of sip_item_price.If item is from SIP primary shop, this field will be returned.
local_pricefloat122.02The original price multiplied by the local adjustment rate equals the local price. The local price is denominated in the local currency and is rounded to two decimal places. <path></path>
local_promotion_pricefloat122.02During the promotion period, the CB price is multiplied by the local adjustment rate. Once the promotion starts, the price remains unchanged. During the promotion, the local_promotion_price= current_price, which is denominated in the local currency and retained to two decimal places. <path></path>
model_idint642000458802Model ID.
tier_indexint32[][0, 1]Tier index of this model.
promotion_idint640Current promotion ID of this model.
has_promotionbooleantrueIndicates whether the model is currently under any ongoing promotion.
model_skustringblue bagSKU of this model. the length should be under 100.
model_statusstringMODEL_NORMALThe model status. Should be MODEL_NORMAL or MODEL_UNAVAILABLE. MODEL_NORMAL models can be sold on the buyer's side, and MODEL_UNAVAILABLE models cannot be sold on the buyer's side.
pre_orderobject(Only whitelisted users can use)
is_pre_orderbooleanfalsePre-order.
days_to_shipint323The days to ship.
stock_info_v2objectnew stock info. Please check this FAQ for more detail: https://open.shopee.com/faq?top=162&sub=166&page=1&faq=230
summary_infoobjectstock summary Info
total_reserved_stockint32Stock reserved for promotion. Note: For SIP P Item, will return the total reserved stock for P Item and all A Items under the P Item.
total_available_stockint32Stock can be sold currently
seller_stockobject[]Seller-managed stock
location_idstringlocation id
stockint32stock in the current warehouse
if_saleablebooleantrueTo return if the stock of the location id is saleable
shopee_stockobject[]Shopee warehouse stock
location_idstringlocation id
stockstringstock
advance_stockobjectOnly for PH/VN/ID/MY local selected shops.
sellable_advance_stockint32Refers to Advance Fulfillment stock that Seller has shipped out and is available to be used to fulfill an order.
in_transit_advance_stockint32Refers to Advance Fulfillment stock that seller has shipped out and is still in transit and unavailable to be used to fulfill an order.
gtin_codestring(Only TW seller and BR local seller available) gtin code.
weightstring"1.1"The weight of this model, the unit is KG. If don't set the weight of this model, will use the weight of item by default.
dimensionobjectThe dimension of this model. If don't set the dimension of this model, will use the dimension of item by default.
package_heightint3211The height of package for this model, the unit is CM.
package_lengthint3211The length of package for this model, the unit is CM.
package_widthint3211The width of package for this model, the unit is CM.
is_fulfillment_by_shopeebooleanwhether model is fulfillment by shopee
standardise_tier_variationobject[]Standardise Variation config of item.
variation_idint64Standardise Variation ID
variation_namestringStandardise Variation Name
variation_group_idint64Standardise Variation Group ID
variation_option_listobject[]Standardise Variation Option List
variation_option_idint64Standardise Option ID
variation_option_namestringStandardise Option Name
image_idstringID of image
image_urlstringURL of image
errorstringIndicate error type if hit error. Empty if no error happened.