Product - Get
Hiermee wordt een product op basis van id opgehaald.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
product
|
path | True |
string uuid |
De id van het product dat moet worden opgehaald. |
tenant
|
path | True |
string uuid |
De Tenant-id van Azure Sphere. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Voltooid. |
Voorbeelden
Get product details
Sample Request
GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb/products/258e9e1d-a16d-4459-be5d-38420a8c43ad
Sample Response
{
"Id": "258e9e1d-a16d-4459-be5d-38420a8c43ad",
"TenantId": "768c2cd6-1bf0-4521-9f53-084a331d81cb",
"Name": "Refrigerator",
"Description": "Contoso refrigerators"
}
Definities
Product
Name | Type | Description |
---|---|---|
Description |
string |
De beschrijving van het product. |
Id |
string |
De unieke id van het product. |
Name |
string |
De naam van het product. |
TenantId |
string |
De unieke id van de tenant die eigenaar is van het product. |