Get Products
POST/marketplaces/:marketplaceID/products/table
Retrieve a paginated list of products for a marketplace. Returns all non-metric product fields. Supports filtering, sorting, and search.
Sortable columns: barcode, brand, created_at, global_identifier, global_identifier_type, google_taxonomy, id, name, product_type, resource_id, retailer_taxonomy, sku, status, updated_at.
search matches against name, sku, and barcode.
Each row's resource_id is the concatenation of the product id and advertiser id you supplied during product integration (no separator) — the same value that the single-product GET endpoint expects in its path. advertiser_resource_id is the external advertiser id alone.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Products Retrieved Successfully
Bad Request
Unauthorized
Marketplace Not Found
Internal Server Error