Skip to main content
GET
/
api
/
commerce
/
checkouts
/
{id}
/
fulfillment-methods
List fulfillment methods available for a checkout
curl --request GET \
  --url https://app.vaultgraph.com/api/commerce/checkouts/{id}/fulfillment-methods \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "amount": 123,
      "currency": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.vaultgraph.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Available fulfillment methods

data
object[]