- Pages
- /
- Dealers
- /
- Data Depot
- /
- Version 4
- /
- API
- /
- Services
- /
- Products
- Downloads
- API Documentation
- Support
API News and Updates
Subscribe to stay alert on the API.
Products
A Product is a logical grouping of Items and is at the core of a concept that is new to the V4 API called product variants, or variations of a product.
A product variant is a specific Item that is grouped with related variants that together form a
Product. Variants usually vary from each other in one or more properties (or Attributes). For
example, a medium-sized, green shirt with a SKU of 12345
is one product variant of the shirt product; together size, color, and SKU
form one variant.
Note
It is important to understand the difference between Products and Items. Products are not a tangible, physical object meaning they are not the actual merchandise that a customer would purchase as Products themselves do not have a SKU or Price. Products are merely a mechanism for grouping and ultimately arriving at an Item.By itself, a Product isn't much more than a name and description, but as you start gathering up all its associated services you'll soon realize that a Product is at the core of what the WPS API provides.
Example requests
Collection
https://api.wps-inc.com/products
Entity
https://api.wps-inc.com/products/207997
...or send multiple ids separated by a comma(,)
https://api.wps-inc.com/products/26,212506,212415,211896
Associated Attributekeys
https://api.wps-inc.com/products/207997/attributekeys
Associated Attributevalues
https://api.wps-inc.com/products/207997/attributevalues
Associated Blocks
https://api.wps-inc.com/products/207997/blocks
Associated Features
https://api.wps-inc.com/products/207997/features
Associated Images
https://api.wps-inc.com/products/207997/images
Associated Items
https://api.wps-inc.com/products/207997/items
Associated Resources
https://api.wps-inc.com/products/26/resources
Associated Tags
https://api.wps-inc.com/products/207997/tags
Associated Taxonomyterms
https://api.wps-inc.com/products/207997/taxonomyterms