Get Products

GetProducts opilotAquí tienes una traducción clara y natural: “You get all or a variety of products, and you can use fields like filter, SkuSellerList, or limit to apply a filter to the products.

The values included in the response will vary depending on the product’s attributes and the category it belongs to. The following table details some of the fields that this API may return in the response:


NameTypeDescription
SellerSkuStringSeller's unique identifier
ShopSkuStringStore's unique identifier
NameStringProduct name
BrandStringProduct brand
DescriptionStringProduct description
TaxClassStringTax class applied to the product
VariationStringName of the photo group, for categories without variation
BusinessUnit.StockIntegerSellable stock in the seller's warehouse (does not include reserved stock)
BusinessUnit.PriceDecimalRegular product price
BusinessUnit.SalePriceDecimalSpecial sale price
BusinessUnit.SaleStartDateDateTimeStart date of the special offer
BusinessUnit.SaleEndDateDateTimeEnd date of the special offer
BusinessUnit.StatusIntegerProduct status: 'active', 'inactive', or 'deleted'
ProductIdStringEAN / UPC / ISBN of the product, if available
UrlStringLink to the product on the company's website
MainImageStringLink to the main product image
ImagesMultiple Image ElementsAll product images (including the main image)
PrimaryCategoryStringMain product category
CategoriesStringAdditional product categories (comma-separated)
ProductDataMultiple Attribute ElementsProduct attributes
QCStatusStringProduct QC (Quality Control) status at the time of the call: "pending", "approved", "rejected"
isPublishedIntegerPublication approval status: 0 - not approved, 1 - approved
BusinessUnit.OperatorCodeStringStore code where the product will be published: facl = Chile, fape = Peru, FACO = Colombia
ContentScoreIntegerProduct score

It is important to remember that attributes may change between categories; therefore, the response when querying a product may vary. Remember that you can query the attributes of a category using the API GetCategoryAttributes.

Errors

Error CodeMessage
17E017: "%s" Invalid Date Format (Invalid date format)
19E019: "%s" Invalid Limit (Invalid limit)
14E014: "%s" Invalid Offset (Invalid offset)
36E036: Invalid status filter (Invalid status filter)
70E070: You have corrupt data in your sku seller list (You have corrupt data in your sku seller list)

🚧

Important

You can use Offset and Limit to iterate through the entire product list in case you have more products than the maximum returned by the API

Language