Skip to content

papiNet API 1.2.0 Released!

Choose a tag to compare

@patricekrakow patricekrakow released this 23 Nov 14:52
· 379 commits to master since this release
6681692

The papiNet Central Working Group is pleased to announce the official release of the papiNet API 1.2.0! This release contains 8 new API endpoints to manage the /seller-products and customer-articles resources that support our new Catalogue use case.

Changelog

Additions

  • Add the following 8 API endpoint to support Catalog use case:

    • GET /seller-products
    • GET /seller-products/{sellerProductId}
    • POST /customer-articles
    • PUT /customer-articles/{customerArticleId}
    • PATCH /customer-articles/{customerArticleId}
    • GET /customer-articles
    • GET /customer-articles/{customerArticleId}
    • DELETE /customer-articles/{customerArticleId}
  • Add the Catalogue use case

Updates

  • Update the papiNet mock to handle the simulation of the Catalogue use case

Clarifications

  • Minor reviews within the Order Status and Shipment use cases