⬆️Request and Response
Request to the API endpoint
Last updated
Request to the API endpoint
Last updated
GET
https://api.alephcrm.com/v2/productlistings/search
Name | Type | Description |
---|---|---|
The API_KEY that was provided.
The Alephee account ID of the orders you are trying to get.
Filters product listings which match the provided status. Available statuses are available on this section.
Filters product listings which origin marketplace matches the provided one. See marketplaces ID section and the GET marketplaces endpoint for the coding reference.
If true, this endpoint will return all the “child” product listings belonging to the standard product listing. The child product listings are those that Alephee automatically generates based on compatibilities (vehicles) or proxy-type product listings.
Filters product listings where the product brand equals the provided one.
Filters product listings where the product SKU equals the provided one.
Filters product listings where the external ID (the product listing ID) equals the provided one. Examples: MLA929686204 or MLC119938382.
Indicates the field to be sorted by (ascending only). Available fields: ID, dateCreated
Used for paging. Moves the inferior limit of the records to the provided one. For example, offset=50 gets the rows skipping the first 50 records.
Used for paging. Defines the number of records to be returned. For example, limit=10 gets only 10 records.
offset=50, limit=10, will skip the first 50 records and return the next 10 ones (from record 51 to 61)
API_KEY*
String
(default=none)
accountId *
Integer
(default=none)
status*
Integer
includeChilds
boolean
(default=false)
marketplaceId
Integer
brand
String
(default=none)
sku
String
(default=none)
externalID
String
(default=none)
sort
String
(default=ID)
offset
Integer
(default=0)
limit
Integer
(default=100)