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

mercadolibre_categories resource

GET https://api.multinexo.commercadolibre_categories

Attributes

name
create, read, update StringFilter Sortable
publication_meta_keys
create, read, update StringFilter Sortable
full_name
create, read, update StringFilter Sortable

Relationships

children
has one of type: children
parent
has one of type: parent

Filter example

https://api.multinexo.commercadolibre_categories?filter[name]=someValue

JSON Resource Example

  {
    data: {
      type: mercadolibre_categories,
      id: 932,
      attributes: {
        name: someValue,
        publication_meta_keys: someValue,
        full_name: someValue
        },
      relationships: { 
         children:{
          id: 773,
          type: children
        },
      
         parent:{
          id: 601,
          type: parent
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.commercadolibre_categories/{resource_id}

POST https://api.multinexo.commercadolibre_categories/