papiNet is a global paper, forest products and bioproducts industry e-Business initiative, started in year 2000. papiNet consists of an XML set of standard electronic documents that facilitates the flow of information among parties engaged in buying, selling, and distribution of paper, forest and bio related products.
papiNet API is a new initiative that aim to deliver a similar industry level standardization of a REST API that facilitates the flow of information among parties engaged in buying, selling, and distribution of paper, forest and bio related products.
For this new flavour of the papiNet standard, we have decided to adopt an agile way of working, delivering the papiNet API definition iteratively based on specific use cases.
The following API endpoints allows a customer to get master data information such as customer-articles, locations and parties from a seller:
GET /customer-articlesGET /customer-articles/{customerArticleId}GET /locationsGET /locations/{locationId}GET /partiesGET /parties/{partyId}
The following API endpoints allows a customer to send, list, retrieve and modify purchase-orders for the seller:
POST /purchase-ordersGET /purchase-ordersGET /purchase-orders/{purchaseOrderId}PATCH /purchase-orders/{purchaseOrderId}
The following API endpoints allows a supplier to communicate to a logistics supplier:
GET /supplier-ordersGET /supplier-orders/{supplierOrderId}GET /logistics-delivery-notesGET /logistics-delivery-notes/{logisticsDeliveryNoteId}POST /logistics-delivery-notesPUT /logistics-delivery-notes/{logisticsDeliveryNoteId}POST /logistics-goods-receiptsPUT /logistics-goods-receipts/{logisticsGoodsReceiptId}GET /delivery-instructionsGET /delivery-instructions/{deliveryInstructionId}
The following normative document is available:
papiNet-API.yamlthe OpenAPI document describing the papiNet API. This is the main normative document.
In addition to these normative documents, we also have a papiNet mock service that provides live responses in line with the scenarios described within the use case documents.
