List subscription items

Retrieves a list of subscriptions.

Returns

Returns a list of all subscription item objects that correspond to the specified filters, and returns an error otherwise.

{
  "object": "list",
  "data": [
    {
      "object": "subscription_item",
      "id": "390422c2-8f13-4b77-b44f-824c159051da",
      "amount": 990,
      "created_at": "2024-03-12T14:50:22.459526Z",
      "currency": "EUR",
      "order_external_id": "shana-order-2024.03.12-002",
      "recurring_interval": "month",
      "store_id": "d2ec7944-2c8e-420a-893d-389bda1caf22",
      "subscription_id": "f1911eb2-e3ac-4a1e-bff3-e4bdc1af2b4c"
    }
  ]
}
Language