Delete Product

Function

To delete a product with open API
透過Open API刪除商品

URL

DELETE https://open.shopline.io/v1/products/:id

Request Parameters

ParameterTypeDescriptionExample
id
*Required
StringProduct ID
商品ID

Response Example

{
    "message": "Success"
}

Did this page help you?