Disponível na versão: 1.0+
Devolve todos os produtos baseados numa pesquisa por referência.
Devolve todos os produtos baseados numa pesquisa por referência.
https://api.moloni.pt/v1/products/getByReference/?access_token=[current_access_token]
Obrigatório
Obrigatório
{ product_id: int, category_id: int, type: int, name: string, summary: string, reference: string, ean: string, price: float, unit_id: int, has_stock: int, stock: int, image: string, exemption_reason: string, category: { category_id: int, parent_id: int, name: string, summary: string, image: string }, measurement_unit { unit_id: int, name: string, short_name: string }, suppliers: [ { product_id: int, supplier_id: int, cost_price: float }, (...) ], taxes: [ { product_id: int, tax_id: int, value: float, order: int, cumulative: int, tax: { tax_id: int, type: int, saft_type: int, vat_type: string, stamp_tax: string, name: string, value: float, fiscal_zone: string, active_by_default: int, exemption_reason: string } }, (...) ], properties: [ { property_id: int, value: string, property: {, property_id: int, title: string } }, (...) ], price_classes: [ { product_price_class_id: int, price_class_id: int, value: float, { price_class_id: int, title: string, lastmodifiedby: int, lastmodified: int, } }, (...) ], warehouses: [ { product_id: int, warehouse_id: int, stock: float, }, (...) ] }