Products
Creates or updates products in bulk.
POST/api/v2/public/products
Retrieves a paginated list of products.
GET/api/v2/public/products
Deletes products by product numbers.
DELETE/api/v2/public/products
Updates a product attribute value across all products matching the old value.
PUT/api/v2/public/products/attributes
Creates or updates product prices.
POST/api/v2/public/products/prices
Creates or updates discount prices for products.
POST/api/v2/public/products/discountprices
Creates or updates submitted product free fields. Existing keys not included in the request are unchanged.
POST/api/v2/public/products/freefields
ModelsExpand Collapse
ProductItem object { barcode, carrier_item_quantity, edit_min_max_percentage, 74 more } Full product details returned from the products GET endpoint, including units, barcodes, pricing, and store/country assignments.
ProductItem object { barcode, carrier_item_quantity, edit_min_max_percentage, 74 more }
Full product details returned from the products GET endpoint, including units, barcodes, pricing, and store/country assignments.
ProductListProductsResponse object { page_number, page_size, total_record_count, records } Lightweight paginated result set.
ProductListProductsResponse object { page_number, page_size, total_record_count, records }
Lightweight paginated result set.
records: optional array of ProductItem { barcode, carrier_item_quantity, edit_min_max_percentage, 74 more } Collection of records for the current page.
records: optional array of ProductItem { barcode, carrier_item_quantity, edit_min_max_percentage, 74 more }
Collection of records for the current page.