Перейти к основному содержанию
GET
/
v1
/
shared
/
bag
/
{uuid}
/
products
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/v1/shared/bag/{uuid}/products/{id}/
{
  "id": 123,
  "product": 123,
  "discount": 123,
  "count": 1073741823
}

Параметры пути

id
integer
обязательно
uuid
string<uuid>
обязательно

Ответ

200 - application/json
id
integer
обязательно
product
integer
обязательно
discount
integer | null
обязательно
count
integer
Требуемый диапазон: 0 <= x <= 2147483647