Goody home pagelight logodark logo
  • Commerce API Keys
  • Automation API Keys
Schemas
CartItem
  • Documentation
  • API Reference
  • Order Batches
    • POST
      Create an order batch
    • GET
      List all order batches
    • GET
      Retrieve an order batch
    • GET
      Retrieve orders for an order batch
    • GET
      Retrieve recipients for an order batch
    • POST
      Calculate the price for an order batch
    Orders
    • GET
      List all orders
    • GET
      Retrieve an order
    • POST
      Cancel an order
    • POST
      Update expiration for an order
    Products
    • GET
      List all active products
    • GET
      Retrieve a product
    Payment Methods
    • GET
      List all payment methods
    Workspaces
    • GET
      List all workspaces
    Cards
    • GET
      List all active cards
    Me
    • GET
      Retrieve current user
    Schemas
    • Schemas
      • Error
      • ListMeta
      • OrderBatch
      • Order
      • OrderBatchRecipient
      • Cart
      • CartItem
      • OrderBatchSendStatus
      • OrderStatus
      • Shipment
      • Product
      • Brand
      • ProductImage
      • ProductVariant
      • Image
      • MailingAddress
      • Me
      • Sender
      • OrderBatchInput
      • CartInput
      • CartItemInput
      • OrderBatchSendMethod
      • RecipientInput
    Schemas

    CartItem

    The schema is of type object.

    CartOrderBatchSendStatus
    twitterlinkedininstagram
    Powered by Mintlify
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "product": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "brand": {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "<string>"
        }
      },
      "quantity": 123
    }