ghl_payment_order_create_fulfillment
Create fulfillment for an order by providing tracking details, items, and customer notification preferences.
Instructions
Create order fulfillment The "Order Fulfillment" API facilitates the process of fulfilling an order. Endpoint: POST /payments/orders/{orderId}/fulfillments (Version header: v3; source: v3/payments-v3.json) OAuth scopes: payments/orders.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| orderId | Yes | ID of the order that needs to be returned |