⬆️Request and Response
Request to the API endpoint
Delete one or more products from a given price list
DELETE
https://api.alephcrm.com/v2/products/prices
Query Parameters
Name
Type
Description
API_KEY*
String
(default=none)
accountId *
Integer
(default=none)
confirmationToken*
String
Parameters details
API_KEY
The API_KEY that was provided.
accountId
The Alephee account ID of the orders you are trying to get.
confirmationToken
The confirmation token for executing this operation. Can be retrieved using the GET logintoken endpoint. Bear in mind the token has a short time-to-live time span.
priceListInfo
Object with price list identification and collection of products set for deletion.
PriceListInfo
Property
Type
Description
PriceListId *
(mandatory)
integer
The Alephee’ s internal price list ID.
Can be retrieved using the GET accounts/pricelists endpoint.
PLProductInfo
Property
Type
Description
Brand
string
Product brand
SKU *
string
Product SKU
Last updated