com.atiproto.payment.cart.list

atiproto.com

{
  "id": "com.atiproto.payment.cart.list",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "carts"
          ],
          "properties": {
            "carts": {
              "type": "array",
              "items": {
                "ref": "#cartResponse",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string",
              "maxLength": 512,
              "description": "Pagination cursor for next page"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 1,
            "description": "Results per page (1-100, default: 20)"
          },
          "cursor": {
            "type": "string",
            "maxLength": 512,
            "description": "Pagination cursor"
          },
          "status": {
            "enum": [
              "open",
              "completed",
              "expired",
              "abandoned"
            ],
            "type": "string",
            "maxLength": 64,
            "description": "Filter by cart status"
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "Optional: only return carts whose items pay this recipient DID"
          }
        }
      },
      "description": "List carts created by the authenticated user."
    },
    "cartResponse": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "record"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid",
          "description": "CID of the cart record"
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the cart record"
        },
        "record": {
          "ref": "com.atiproto.cart#view",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atiproto.payment.cart.list

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4x5dcv6u4wlkjcssto7f22nu
CID
bafyreibtqnduvfmb5pc55iufcwbyhx5sjpx4syaplrvi2o3yz5wqdvl4u4
Indexed At
2026-04-29 15:07 UTC
AT-URI
at://did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atproto.lexicon.schema/com.atiproto.payment.cart.list

Referenced Schemas (1)

Lexicon Garden

@