Product - Get
ID で Product を取得します。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
product
|
path | True |
string uuid |
取得する Product の ID。 |
tenant
|
path | True |
string uuid |
Azure Sphere テナント ID。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功しました。 |
例
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"
}
定義
Product
名前 | 型 | 説明 |
---|---|---|
Description |
string |
製品の説明。 |
Id |
string |
製品の一意の ID。 |
Name |
string |
製品の名前です。 |
TenantId |
string |
製品を所有するテナントの一意の ID。 |