Calculate gross price between countries
POST {{api-url}}/price/{{tenant}}/matchPrice
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-Version
|
string | ||
Content-Type
|
string |
RESPONSES
status OK
[
{
"priceId": "62321e9951bbbc22501aec91",
"itemId": {
"itemType": "PRODUCT",
"id": "5f5a39d95bac380024b93c24"
},
"siteCode": "1111",
"currency": "USD",
"originalValue": "1.199",
"effectiveValue": "1.089",
"totalValue": "1.089",
"quantity": {
"quantity": 1,
"unitCode": "kg"
},
"salePrice": {
"discountAmount": 0.1
},
"includesTax": false,
"metadata": {
"version": 1,
"createdAt": "2022-03-16T17:30:01.030Z",
"modifiedAt": "2022-03-16T17:30:01.030Z"
}
}
] |
ENDPOINTS