GET api/product/{sku}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sku | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
SKU | string |
Required |
|
Name | string |
None. |
|
Description | string |
None. |
|
UnitPrice | decimal number |
None. |
|
TypeID | integer |
Required |
|
Type | ProductType |
None. |
|
SizeID | integer |
None. |
|
Size | ProductSize |
None. |
|
Active | boolean |
None. |
|
IsPublic | boolean |
None. |
|
LinkedProductID | integer |
None. |
|
LinkedProduct | Product |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.