product_products resource
Attributes
- parent_product_id
-
create, read
- product_id
-
create, read
- qty
-
create, read, update
- product_name
-
create, read, update
Relationships
JSON Resource Example
{ data: { type: product_products, id: 139, attributes: { parent_product_id: someValue, product_id: someValue, qty: someValue, product_name: someValue }, relationships: { parent:{ id: 821, type: parent }, child:{ id: 284, type: child } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/product_products/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/product_products/