Update a listing
Updates the specific listing by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Parameters
Three-letter ISO currency code, in lowercase.
Required if any one of cost
, minimum_price
, maximum_price
, or manual_price
are provided. Must match the currency of the listing. In a future release, we will support currency conversion from any provided currency to the listing currency with our foreign exchange rate data.
The cost of a single unit in cents (in the currency specified) of the listing.
The minimum price in cents (in the currency specified) of the listing. Inclusive of shipping price for Amazon listings.
The maximum price in cents (in the currency specified) of the listing. Inclusive of shipping price for Amazon listings.
The ID of the repricing strategy assigned to the listing.
The value true
to enable repricing by Aura for this listing or the
value false
to disable repricing.
The manual price in cents (in the currency specified) that Aura will enforce
on repriceable listings. Will have no effect on non-repriceable listings, i.e.
repricing
is false
, minimum_price
is unset or incalculable (if using
profit-based minimum pricing and cost or fees are unavailable), or current
shipping is unavailable. Manual price is inclusive of shipping price for
Amazon listings.
Note: Updating the price of a listing is an asynchronous process. Expect the
current price and shipping to reflect the manual price after 30 seconds to 3
minutes.
Returns
The updated listing object is returned upon success. Otherwise, this call returns an error.