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": "a8791166-490d-4292-b30b-8ce9f8c4c65b",
"ContactGuid": "2bf1f487-1ad9-4d14-815b-5910157b577e",
"Date": "2026-08-14T07:57:39.6012401+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.