⬆️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/update-status

Query Parameters

NameTypeDescription

API_KEY*

String

(default=none)

accountId *

Integer

(default=none)

includeKitContainers*

boolean

Product listings

String

{
    "Total": integer,
    "Results": [{
      "ProductListingStatus": [{ProductListingStatusType}],
      "Status": integer,
      "Message": string
    }]
}

Parameters details

API_KEY

The API_KEY that was provided.

accountId

The Alephee account ID of the orders you are trying to get.

includeKitContainers

This parameter tells the method whether to search for KIT containers that include the SKU sent as a KIT-component and processes them to updating the KIT’s product listings in addition to individual SKU sent products.

Product listings

The list of product listings needed to change.

Last updated