Product List

Product Lists

POST /store-api/product-lists

Dieser Endpunkt... ToDo

Create Product Lists

POST /store-api/product-lists/create

Request Body

NameTypeDescription

name*

String

{
    // Response
}

Retrieve Product List

GET /store-api/product-lists/detail/{id}

Path Parameters

NameTypeDescription

id*

String

Delete Product Lists

DELETE /store-api/product-lists/{id}

Request Body

NameTypeDescription

items

String

Update Porduct Lists

PATCH /store-api/product-lists/{id}

DELETE /store-api/product-lists/product/{id}/{productListId}

Path Parameters

NameTypeDescription

id*

String

productListId*

String