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: 970,
attributes: {
parent_product_id: someValue,
product_id: someValue,
qty: someValue,
product_name: someValue
},
relationships: {
parent:{
id: 474,
type: parent
},
child:{
id: 163,
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/