delete https://{shopdomain}.myshoplaza.com/openapi/2024-07/function/cart-transform/
Requires
write_cart_transformaccess scope.
This Delete Cart Price Function allows developers to uninstall the function when you do not need to execute the shopping cart price adjustment logic.
Request Parameters
Public Request Parameters
Path Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
id | string | Yes | Unique identifier for the cart price adjustment function | 1 |
Response Explanation
Public Response Parameters
Successful Response
| Parameter | Type | Required | Description |
|---|---|---|---|
code | string | Yes | Response status code, "SUCCESS" if successful |
message | string | Yes | Response message, "SUCCESS" if successful |
data | object | Yes | Contains response data |
Error Response
| Field | Type | Description | Example |
|---|---|---|---|
code | string | The error code indicating the type of issue. | InvalidParameter |
message | string | A detailed message describing the error. | wrong cursor |
