Skip to main content

Retrieve a product

Retrieve a product

Authorizations:Token, JWT
Query Parameters
id
required
integer>= 1

Responses

200Product resource
Response schema:
Product resource
skustring[1 .. 32] charactersExample: "0001"
namestring[1 .. 255] charactersExample: "Product name"
descriptionstringExample: "Full description"
brief_descriptionstringExample: "Description"
meta_tagsstring
meta_descriptionstring
meta_titlestring
pricenumber or null
manualPricenumberExample: 9.99
enabledbooleanDefault: trueExample: true
weightnumberExample: 1.5
separate_boxboolean
widthnumberExample: 1.5
lengthnumberExample: 1.5
heightnumberExample: 1.5
shippablebooleanDefault: trueExample: true
taxablebooleanDefault: trueExample: true
create_dateobject or nullExample: "2024-07-20T00:00:00+00:00"
  • object
  • null
update_dateobject or nullExample: "2024-07-20T00:00:00+00:00"
  • object
  • null
arrival_dateobject or nullExample: "2024-07-20T00:00:00+00:00"
  • object
  • null
inventory_traceablebooleanDefault: trueExample: true
amountinteger or null
availableAmountinteger or null
clean_urlstring
membershipsArray of integers
tax_classinteger
product_classinteger
imagesArray of objects or null
Array
positioninteger
altstring
urlstring
widthinteger
heightinteger
idinteger>= 1
facebook_marketing_enabledbooleanDefault: trueExample: true
fitment_typestringEnum: "regular""universal""specific"
fitmentsArray of objects or null
Array
level1string
level2string
level3string
level4string
notesstring
costPricenumber
minPurchaseQuantityinteger or null
applySaleToWholesaleboolean or null
wholesalePricesArray of objects or null
Array
quantityRangeBegininteger
quantityRangeEndinteger
typestringEnum: "price""percent"
valuenumber
upcstring or null
mnfstring or null
stickersArray of objects
Array
labelstring
textColorstring
bgColorstring
market_pricenumber
tagsArray of objects
Array
idinteger
namestring
google_feed_enabledbooleanDefault: trueExample: true
participate_saleboolean
discount_typestringDefault: "sale_percent"Enum: "sale_price""sale_percent"Example: "sale_percent"
sale_price_valuenumber
variation_basesArray of objects
Array
namestring
isDefaultboolean
mainVariationPositioninteger
idinteger>= 1
og_meta_tagsstring
useCustomOGboolean
idinteger or null>= 1
401Unauthorized
Response schema:
Unauthorized
typestringExample: "https://tools.ietf.org/html/rfc2616#section-10"
titlestringExample: "An error occurred"
detailstring or nullExample: "Cannot find entity"
instancestring or null
404Resource not found
Response schema:
Resource not found
typestringExample: "https://tools.ietf.org/html/rfc2616#section-10"
titlestringExample: "An error occurred"
detailstring or nullExample: "Cannot find entity"
instancestring or null
500Internal error
Response schema:
Internal error
typestringExample: "https://tools.ietf.org/html/rfc2616#section-10"
titlestringExample: "An error occurred"
detailstring or nullExample: "Cannot find entity"
instancestring or null