Autenticación Autorización Filtros Hardware AuthFactor Cashier Common Companies Documents Entities ExternalApps Fiscal Funds Notifications Products Shared Users

product_products resource

GET https://api.multinexo.comcompanies/{company_id}/product_products

Attributes

parent_product_id
create, read
product_id
create, read
qty
create, read, update
product_name
create, read, update

Relationships

parent
has one of type: parent
child
has one of type: child

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/