Returns list of membership product price
Request Parameters
| From Body
|
Type |
Description |
| ContactGuid |
Guid |
Optional.
|
| Date |
DateTime |
Optional.
|
| InventoryTag |
String |
Optional.
|
| LocationGuid |
Guid |
Optional.
|
{
"InventoryTag": "sample string 1",
"LocationGuid": "70ec5ff2-417e-4855-90d5-387af766b3b1",
"ContactGuid": "a230c56e-2209-4763-827a-7fa95fe3968a",
"Date": "2026-05-15T13:26:54.9807175+01:00"
}
Response - (Status 200 - OK)
PriceForInventoryTagResponse
| Name |
Type |
Description |
| Discount |
Decimal |
|
| InventoryPrice |
Decimal |
|
| IsValidPrice |
Boolean |
|
| OrginLocation |
String |
|
{
"InventoryPrice": 1.0,
"Discount": 2.0,
"OrginLocation": "sample string 3",
"IsValidPrice": true
}
Remarks
This end point replaces the old PriceForInventoryTag SOAP endpoint that is now obsolete.