GetProducts You can retrieve all or a variety of products; you can use the "filter," "SkuSellerList," or "limit" fields to filter the products.

Some response fields provided by this API are detailed in the following table:

NameTypeDescription
SellerSkuStringUnique identifier of the seller
ShopSkuStringUnique identifier of the shop
NameStringProduct name
BrandStringProduct brand
DescriptionStringProduct description
TaxClassStringTax class applied to the product
VariationStringProduct variation

*For products in fashion/shoe categories instead of 'Variation,' it shows 'Color,' 'BasicColor,' and 'Size.'
BusinessUnits.StockIntegerThe sellable stock in the seller's warehouse. This field does not include stock reserved for ongoing orders.
PriceDecimalRegular price of the product
SalePriceDecimalSpecial sale price of the product
SaleStartDateDateTimeStart date of the special offer
SaleEndDateDateTimeEnd date of the special offer
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 image of the product
FobPriceDecimalRegular FOB (Free On Board) price of the product, before conversion

* You need to be a FOB seller to obtain these fields
FobSalePriceDecimalFOB (Free On Board) sale price of the product, before conversion.

* You need to be a FOB seller to obtain these fields
ImagesMultiple Image ElementsAll images of the product (including the main image)
PrimaryCategoryStringThe primary category of the product
CategoriesStringAdditional categories of the product (comma-separated)
ProductDataMultiple Attribute ElementsAttributes of the product, each of which is a separate child element
QCStatusStringThe QC (Quality Control) status of the product at the time of the call.
'pending,'
'approved,'
'rejected'
isPublishedIntegerProduct publication approval status.
0 - not approved for publication
1 - approved for publication
BusinessUnitStringThe BU where the product needs to be published.
Example: 'Falabella'
OperatorCodeStringThe code of the shop where the product will be published.
Combination of the Business unit (FA) and country code (CL)
Example: FACL

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)

🚧

Not transactional

The product list may change while you navigate through it using multiple calls with a changing Offset parameter.

Language