⬆️Request and Response
Request to the API endpoint
Set product quantities and/or prices
POST
https://api.alephcrm.com/v2/products
Query Parameters
Name | Type | Description |
---|---|---|
API_KEY* | String | (default=none) |
accountId * | Integer | (default=none) |
priceListId* | Integer | |
products | String |
Parameters details
API_KEY
The API_KEY that was provided.
accountId
The Alephee account ID of the orders you are trying to get.
priceListId
The Alephee price list ID of the prices you are trying to update. If you manage only 1 price list, leave this parameter empty.
Last updated