Stage | API call |
---|---|
1. create product category | POST /product_categories |
2. create product group | POST /product_groups |
3. create product | POST /products |
4. add pricing | POST /products/.../prices |
5. assign permissions | (Flyerlink) |
6. make live (publish) | (always live; use Flyerlink to re-enable) |
Stage | API call |
---|---|
7. change pricing | POST /products/.../prices |
8. change specifications | PUT /products |
9. retire product | (Flyerlink) |
See also
|
|||
Jump to contents page of
|