Paapi5 (paapi5 v1.0.0) View Source
Functions to build and sign requests for the Amazon Product Advertising Api 5.
Link to this section Summary
Functions
Builds a signed request for the Amazon Product Advertising API 5.
Link to this section Functions
Link to this function
request(access_key, secret_key, partner_tag, marketplace, operation, payload, request_time \\ current_time())
View SourceSpecs
request( String.t(), String.t(), String.t(), atom() | Paapi5.Marketplace.t(), String.t(), map(), NaiveDateTime.t() ) :: Paapi5.Request.t()
Builds a signed request for the Amazon Product Advertising API 5.
Marketplace can either be an atom (e.g., it
, uk
, etc.) or a Paapi5.Marketplace
struct
(e.g., %Paapi5.Marketplace{host: "webservices.amazon.it", region: "eu-west-1"}
)
For a reference about operations and their parameters, see the PAAPI documentation