⬆️Request and Response

Request to the API endpoint

Retrieves a list of orders that meet the specified criteria

PUT https://api.alephcrm.com/v2/products/prices

Query Parameters

NameTypeDescription

API_KEY*

String

(default=none)

accountId *

Integer

(default=none)

confirmationToken*

String

priceListInfo

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

PropertyTypeDescription

PriceListId *

(mandatory)

integer

The Alephee’ s internal price list ID.

Can be retrieved using the GET accounts/pricelists endpoint.

Products

(optional)

Array of given selected products for deletion.

PLProductInfo

PropertyTypeDescription

Brand

string

Product brand

SKU *

string

Product SKU

Last updated