GET private/product-variants/details/{guid}
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
guid | globally unique identifier |
Body Parameters
None.
Response Information
Resource Description
ProductVariantDetailsName | Type | Description | Comments |
---|---|---|---|
StockOverride | boolean | ||
InternalStockQuantity | integer | ||
Sku | string | ||
UnitPrice | decimal number | ||
VariantTitle | string | ||
VariantIdentifier | string | ||
ProductTitle | string | ||
ProductIdentifier | string | ||
SubscriberID | integer | ||
CurrencyCode | string |
Response Formats
application/json, text/json
Sample:
{ "StockOverride": true, "InternalStockQuantity": 1, "Sku": "sample string 2", "UnitPrice": 3.0, "VariantTitle": "sample string 4", "VariantIdentifier": "sample string 5", "ProductTitle": "sample string 6", "ProductIdentifier": "sample string 7", "SubscriberID": 8, "CurrencyCode": "sample string 9" }