Delete Product

Function

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

URL

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

Request Parameters

Parameter

Type

Description

Example

id *Required

String

Product ID
商品ID

Response Example

{
    "message": "Success"
}