Class: module:api/PriceAdjustmentLimitsApi

module:api/PriceAdjustmentLimitsApi(apiClient)

new module:api/PriceAdjustmentLimitsApi(apiClient)

Constructs a new PriceAdjustmentLimitsApi.

Parameters:
Name Type Description
apiClient module:ApiClient

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

Source:

Methods

getPriceAdjustmentLimits() → {Promise}

Returns a list of price adjustment limits for the authenticated user and the site defined in the URL. At least one of the following functional permissions must be assigned to the user to be able to access it: Adjust_Item_Price or Adjust_Shipping_Price or Adjust_Order_Price.

Source:
Returns:
Type
Promise

getPriceAdjustmentLimitsWithHttpInfo() → {Promise}

Returns a list of price adjustment limits for the authenticated user and the site defined in the URL. At least one of the following functional permissions must be assigned to the user to be able to access it: Adjust_Item_Price or Adjust_Shipping_Price or Adjust_Order_Price.

Source:
Returns:

a Promise, with an object containing data of type module:models/PriceAdjustmentLimits and HTTP response

Type
Promise