GET v1/store/products/id?friendlyID={friendlyID}&externalID={externalID}
Gets the product's unique ID by its friendly ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| friendlyID |
The friendly ID of the product. |
integer |
Optional |
| externalID | string |
Optional |
Body Parameters
None.
Response Information
Resource Description
Returns a unique ID for the requested product.
globally unique identifierResponse Formats
application/json, text/json
Sample:
"9b254dfc-6b56-4e11-9154-61b67a7eff86"