GET api/Quantities?productId={productId}
Get quantities for a product
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Quantities| Name | Description | Type | Additional information |
|---|---|---|---|
| Available | integer |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.