Home > @vsf-enterprise/sap-commerce-webservices-sdk > ProductsApi > getExpressUpdateProducts
ProductsApi.getExpressUpdateProducts() method
Returns products added to the express update feed. Returns only elements updated after the provided timestamp. The queue is cleared using a defined cronjob. Get products added to the express update feed.
Signature:
getExpressUpdateProducts(baseSiteId: string, timestamp: string, catalog?: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<ProductExpressUpdateElementList>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
timestamp | string | Only items newer than the given parameter are retrieved from the queue. This parameter should be in ISO-8601 format. |
catalog | string | Only products from this catalog are returned. Format: catalogId:catalogVersion |
fields | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<ProductExpressUpdateElementList>>
Exceptions
{RequiredError} ProductsApi