Update listing price
update_priceUpdate the selling price and optional MRP for a SKU and product type via Amazon SP-API, without performing a full product update.
Instructions
Convenience: sets the selling price (and optional MRP) for a SKU via a purchasable_offer PATCH, without a full upsert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mrp | No | Maximum Retail Price (value with tax). | |
| sku | Yes | The seller SKU. | |
| price | Yes | Selling price (value with tax). | |
| currency | No | Currency code. Default INR. | |
| productType | Yes | Amazon product type, e.g. SHIRT. |