Create Item Price
POST /item-prices
Description
Create a new price for an item in a specific currency.
Authentication
Bearer Token
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer {{token}} | Yes |
| Content-Type | application/json | Yes |
Request Body
{
"currency": "ZWG",
"price": "40",
"itemIdString": "3d75a8c1-b751-4261-a58c-5c191eb118b2"
}
| Field | Type | Required | Description |
|---|---|---|---|
currency | string | Yes | Currency code |
price | string | Yes | Price amount |
itemIdString | string (UUID) | Yes | Item ID |