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:
GET /orders/{orderId}/fulfillments: Retrieve all fulfillments of an orders.
POST /orders/{orderId}/fulfillments: Create a fulfillment for an order.
Developers can now seamlessly create automatic order fulfillment applications using these APIs.