Public API Support for Creating Order Fulfillment and Existing Orders Released
We are thrilled to roll out public API support for creating order fulfillment and listing existing orders. This enhancement provides business users with powerful tools to boost the effectiveness of automatic fulfillment processes within their applications.
A new scope, `payments/orders.write` has been added for making possible the creation of new order fulfillments.
API Endpoints:
1. `GET /orders/{orderId}/fulfillments`: Recover all fulfillments of orders.
2. `POST /orders/{orderId}/fulfillments`: Generate a fulfilment for an order.
With these APIs, developers can now effortlessly build automatic order fulfillment applications.