âŦī¸Request and Response
Request to the API endpoint
Retrieves a list of orders that meet the specified criteria
PUT
https://api.alephcrm.com/v2/productlistings
Query Parameters
Name | Type | Description |
---|---|---|
API_KEY* | String | (default=none) |
accountId * | Integer | (default=none) |
Product listings * |
Parameters details
API_KEY
The API_KEY that was provided.
accountId
The Alephee account ID of the orders you are trying to get.
Product listings
The list of product listings needed to change. This method will return the list of each product listing ID with its result status (200 OK, 4XX Error with details).
Last updated