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": "0968e4ee-eabc-4a98-bff9-1f241f2e08b8",
"ContactGuid": "466d72f3-7e07-44ad-9b39-a8b15fb34530",
"Date": "2026-02-05T00:11:46.8865335+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.