Product APIs
This API provide developer ability to manage Product & Collection for specific store.
We provide following APIs:
- Collect — Collect resource connect a product to a collection. For every single product in a collection there's a collect that tracks the ID of both the product and collection.
- Collection — A group of products. Merchant could create a group of similar products so that customers could easily navigated with.
- Product — manage products in the store
- Product Image — manage product images for single product
- Product Variant — manage product variant for single product. Variant is a combination of different Product's Options, for example A T-shirt have options
size
andcolor
, so One of Variant might beL
size andblue
color T-shirt.
Noted:
ISO-8601 format with UTC timezone is required for date time related parameter.