Memberful Orders API

Query orders (transaction records) for a member or account, including totals, status, coupons applied, and the member and plan involved. Orders back the order.purchased, order.completed, order.refunded, and order.suspended webhook events.

API entry from apis.yml

apis.yml Raw ↑
aid: memberful:memberful-orders-api
name: Memberful Orders API
tags:
- Orders
- Transactions
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://memberful.com/help/custom-development-and-api/memberful-api/
baseURL: https://ACCOUNT.memberful.com/api/graphql
properties:
- url: https://memberful.com/help/custom-development-and-api/memberful-api/
  type: Documentation
- url: https://memberful.com/docs/api-reference/memberful-api
  type: APIReference
- url: graphql/memberful-schema.graphql
  type: GraphQL
- url: graphql/memberful-graphql.md
  type: GraphQL
- url: collections/memberful.postman_collection.json
  type: PostmanCollection
- url: collections/memberful.opencollection.json
  type: OpenCollection
description: Query orders (transaction records) for a member or account, including totals, status, coupons
  applied, and the member and plan involved. Orders back the order.purchased, order.completed, order.refunded,
  and order.suspended webhook events.