Home > @vsf-enterprise/sap-commerce-webservices-sdk > FeedsApi > getOrderStatusFeed
FeedsApi.getOrderStatusFeed() method
Returns the orders that have changed status. Returns only the elements from the current baseSite that have been updated after the provided timestamp. Get a list of orders with status updates.
Signature:
getOrderStatusFeed(baseSiteId: string, timestamp: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<OrderStatusUpdateElementList>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
timestamp | string | Only items newer than the given parameter are retrieved. This parameter should be in ISO-8601 format (for example, 2018-01-09T16:28:45+0000). |
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<OrderStatusUpdateElementList>>
Exceptions
{RequiredError} FeedsApi