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": "0f51e3fb-9f5b-4c5a-90a8-756d32fbe4c5",
"ContactGuid": "a17c7357-d314-4db8-b58f-cd0977c06721",
"Date": "2026-03-27T02:41:51.5878165+00: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.