Skip to content

Request

Michael edited this page Sep 26, 2018 · 2 revisions

Parameters

The request parameters created, structured and validated in the setParameters method.

Signature

The request's signature parameters must be sorted into the correct order otherwise the request will fail. Here is a guide to the signing request.

The parameters needed for the Signature are found in these areas:

  • Sections class
    • signatureMethod
    • signatureVersion
    • feed
      • This is derived from the Operation's respective Section name
    • method (this is overwritten in the Operation's class)
    • endpoint
      • This is derived by matching the ENV parameter "AMAZON_COUNTRY" to the corresponding array element in the marketplaces property of the Marketplaces class.
  • Operation's parent Section
    • feedType
    • feedContent
    • versionDate
  • Operation
    • method (this overwrites the Sections Class method property above)

Clone this wiki locally