com.atiproto.payment.cart.put

atiproto.com

{
  "id": "com.atiproto.payment.cart.put",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "record"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the cart to update"
            },
            "record": {
              "ref": "com.atiproto.cart",
              "type": "ref"
            },
            "workflow": {
              "ref": "com.atiproto.actions#inboundWorkflow",
              "type": "ref",
              "description": "Workflow callback envelope. Present on agent-driven callbacks; absent on initial calls."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "New CID of the updated record"
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "Updated cart record URI"
            },
            "workflow": {
              "ref": "com.atiproto.actions#outboundWorkflow",
              "type": "ref",
              "description": "Workflow envelope. When present, the agent runs the actions and calls back. When absent, this is the final native result."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Update a cart. Only open carts can be updated."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

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

Metadata

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

Referenced Schemas (3)

Lexicon Garden

@