We’re excited to announce the release of public API support for creating order fulfillment and listing existing orders!. This update equips business users with robust tools to enhance the efficiency of automatic fulfillment processes within their applications.
We've added a new scope,
payments/orders.write
for accessing the creation of new order fulfillments.
API Endpoints:
  1. GET /orders/{orderId}/fulfillments
    : Retrieve all fulfillments of an orders. link
  2. POST /orders/{orderId}/fulfillments
    : Create a fulfilment for an order. link
Developers can now seamlessly create automatic order fulfilment applications using these APIs.
Screenshot 2024-05-02 at 3
Screenshot 2024-05-03 at 5