Home > @poq/sdk-sfcc > IPriceAdjustmentLimitsClient > getPriceAdjustmentLimits
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.
Signature:
getPriceAdjustmentLimits(options?: RequestOptions): Promise<PoqResponse<PriceAdjustmentLimits>>;
Parameter | Type | Description |
---|---|---|
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<PriceAdjustmentLimits>>