Produkty - Zestawy produktowe

Pobierz zawartość zestawu produktowego

Zwraca szczegóły zestawu

get/sets/{main_product_id}

Path parameters

{"stackTrail":"paths:/sets/{main_product_id}:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Identyfikator zestawu - produktu

Response

success

idinteger

Identyfikator powiązania

{"stackTrail":"paths:/sets/{main_product_id}:get:responses:200:content:application/json:schema:items:properties:price","oasType":"schema","type":"unknown","description":"Cena","example":13.99}
product_idinteger

Identyfikator produktu

productvariant_idinteger

Identyfikator wariantu produktu

{"stackTrail":"paths:/sets/{main_product_id}:get:responses:200:content:application/json:schema:items:properties:quantity","oasType":"schema","type":"unknown","description":"Stan magazynowy","example":1.5}

Example response

[
  {
    "id": 1,
    "price": 13.99,
    "product_id": 1,
    "productvariant_id": 5,
    "quantity": 1.5
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.