Class: module:api/FeedsApi

module:api/FeedsApi(apiClient)

new module:api/FeedsApi(apiClient)

Constructs a new FeedsApi.

Parameters:
Name Type Description
apiClient module:ApiClient

Optional API client implementation to use, default to module:ApiClient#instance if unspecified.

Source:

Methods

feedsOrdersStatusfeedWithHttpInfo(opts) → {Promise}

getOrdersStatusfeed Returns the orders the status has changed for. Returns only the elements from the current baseSite, updated after the provided timestamp. Security: Allowed only for trusted client

Parameters:
Name Type Description
opts Object

Optional parameters

Properties
Name Type Description
fields String

Response configuration (list of fields, which should be returned in response)

timestamp String

Only items newer than the given parameter are retrieved. This parameter should be in RFC-8601 format.

Source:
Returns:

a Promise">www.promisejs.org/|Promise}, with an object containing data of type module:models/OrderStatusUpdateElementList and HTTP response

Type
Promise

getOrdersStatusfeed(opts) → {Promise}

getOrdersStatusfeed Returns the orders the status has changed for. Returns only the elements from the current baseSite, updated after the provided timestamp. Security: Allowed only for trusted client

Parameters:
Name Type Description
opts Object

Optional parameters

Properties
Name Type Description
fields String

Response configuration (list of fields, which should be returned in response)

timestamp String

Only items newer than the given parameter are retrieved. This parameter should be in RFC-8601 format.

Source:
Returns:

a Promise">www.promisejs.org/|Promise}, with data of type module:models/OrderStatusUpdateElementList

Type
Promise