Delete custom prices from provided list
DELETE/api/v1/custom_prices/list
Delete custom prices from provided list
Request
- application/vnd.api+json
Body
data
object
type string
Possible values: [custom_prices
]
custom_price_ids string[]
IDs of Custom Prices that should be deleted
Responses
- 204
Delete custom prices from provided list
- application/vnd.api+json
- Schema
Schema
any
Loading...