This endpoint enables you to export the full “Available to Promise” (ATP) inventory. Response data can be configured to include all the items/SKUs that are flagged as active in ROM or only those with a positive supply quantity.

Details

Resource
GET /availability-service/stores/{storeId}/exportFullAtp
Sample Request URL

curl -L -X GET 'https://uat-apg.radial.com/availability-service/stores/TRLUS/exportFullAtp?pageId=1&pageSize=2'

Parameters

Parameter Description Required?
storeId Identifies the Seller. Yes
pageId Controls the pageId data returned. For example, if the pageSize is 100, pageId=1 would respond with items 1-100, while pageId=2 would respond with items 101-200. Yes
pageSize Controls the number of items returned in the response. The maximum value allowed is 500. If the max value exceeds that amount, the response will include only 500. Yes

Rate Limiting Policy

As part of Radial's commitment to ensuring optimal performance and reliability of our services, Radial has implemented a rate limiting policy on our API endpoints. This policy prevents excessive use that could negatively affect the overall functionality of our system. Review the following details to understand how these limits are applied and what they mean for your usage.

  • Requests Allowance: This specific API call can be made up to a maximum of 30 times within a 15-minute window. This rate limit is applied on a per-user basis, identified by your API key. Each user or application using a unique API key is independently subject to this limit.

  • Time Window: The time window for calculating the number of requests is fixed to a rolling 15-minute period, beginning with your first request and continuing for the next 15 minutes. It's not tied to the clock. After 15 minutes, the rate limit window resets. For example, if you hit your limit at 10:05 AM, you can make requests again at 10:20 AM.

Examples and Field Definitions