Product List
Product Lists
POST
/store-api/product-lists
Dieser Endpunkt... ToDo
Create Product Lists
POST
/store-api/product-lists/create
Request Body
Name | Type | Description |
---|---|---|
name* | String |
Retrieve Product List
GET
/store-api/product-lists/detail/{id}
Path Parameters
Name | Type | Description |
---|---|---|
id* | String |
Delete Product Lists
DELETE
/store-api/product-lists/{id}
Request Body
Name | Type | Description |
---|---|---|
items | String |
Update Porduct Lists
PATCH
/store-api/product-lists/{id}
DELETE
/store-api/product-lists/product/{id}/{productListId}
Path Parameters
Name | Type | Description |
---|---|---|
id* | String | |
productListId* | String |
Last updated