Product List

Product Lists

POST /store-api/product-lists

Dieser Endpunkt... ToDo

Create Product Lists

POST /store-api/product-lists/create

Request Body

{
    // Response
}

Retrieve Product List

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

Path Parameters

Delete Product Lists

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

Request Body

Update Porduct Lists

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

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

Path Parameters

Last updated