1. Home
  2. Docs
  3. Amzpecty Documentation
  4. Walmart API Specifications
  5. System Diagram

System Diagram

Please refer to the above System Diagram.

PRE-REQUISITE: QUERY RESULT CALLBACK URL

Please make sure your Callback URL is ready and entered in the Preferences Page. After Amzpecty is done looking up data, Amzpecty will HTTPS Post to this URL the JSON formatted result data. Unless AMZPECTY_CALLBACK_URL header is added into the [ Add Item Id to Walmart Snapshot Query Queue ] call where it will take precedence over the Preferences Callback URL settings. Callback URL must be globally accessible, using https protocol and with valid SSL certificate.

STEPS AND PROCEDURE

  1. Make an Add call [ Add Item Id to Walmart Snapshot Query Queue ] to put your request to query queue.
  2. Amzpecty API server will make a call to your Callback URL to send the results as soon as search is completed.
  3. Your application may use the rid from the Add call response to match the callback to your original request.

Note:

You don’t need to make the optional Get query unless considerable time has elapsed, and no callback is received. Please refrain from making successive Add calls of the same Item Id.

ENCODING

  • Request/Response data encoding should be UTF-8

ENDPOINT

Contact support for custom URL for exclusive or custom servers.

SECURITY

  • All data exchange connections between Amzpecty and peer must be through HTTPS (SSL/TLS) with valid SSL certificate.
  • Amzpecty will issue a secret key for request authentication (parameter name is secretKey) – The secret key can be found on Preferences Page > Amzpect API > Your API Secret Key.

QUERY RESPONSE TIME

While we do our best to process all query requests in a timely manner, we do not guarantee the timeliness of the result callback. Please consider response delays in your implementation.

REQUEST THROTTLE

Please ensure your requests are set at least 1-2 seconds interval to avoid rejected API calls. We have checks in place to avoid excessive burst requests. Please contact support for exceptions on custom servers.

CREDIT DEDUCTIONS

Credit is only deducted upon successful retrieval of data after an ADD call. Get calls like Get by RID will not deduct any credit.

Credits reset every last day of the month. Unused credits do not carry forward to the next month.

Was this article helpful to you? Yes No

How can we help?