Try asking a question about Knot to the AI assistant, or install the MCP server or Knot skill to build with AI right from your IDE.
{
"id": "13da3c28-a068-4642-9ce2-b730cfda5f5f",
"external_id": "a9x7bq2lmw5p",
"datetime": "2024-11-10T00:00:00+00:00",
"url": "https://www.example.com/orders/123123123",
"order_status": "COMPLETED",
"shipping": {
"location": {
"address": {
"line1": "123 Main St",
"line2": "Floor 4",
"city": "Los Angeles",
"region": "CA",
"postal_code": "94105",
"country": "US"
},
"first_name": "Ada",
"last_name": "Lovelace"
}
},
"payment_methods": [
{
"external_id": "x7q9m2lbw5pazc",
"type": "CARD",
"brand": "VISA",
"last_four": "5690",
"name": "Ada's credit card",
"transaction_amount": "23.20"
},
{
"external_id": "x7q9m2lbw5pazc",
"type": "GIFT_CARD",
"brand": "VISA",
"last_four": "1802",
"name": "",
"transaction_amount": "20.00"
}
],
"price": {
"sub_total": "43.69",
"adjustments": [
{
"type": "TAX",
"label": "NYC local sales tax",
"amount": "3.88"
},
{
"type": "DISCOUNT",
"label": "Summer promo",
"amount": "-4.37"
}
],
"total": "43.20",
"currency": "USD"
},
"products": [
{
"external_id": "10315643",
"name": "Band-Aid Adhesive Bandages Variety Pack",
"description": "A convenient assortment of durable adhesive bandages designed to protect minor cuts and scrapes. Featuring a range of sizes for everyday first-aid needs, each bandage cushions the wound while helping keep out dirt and germs. Made to stay securely in place with a gentle adhesive, this variety pack is ideal for home, travel, school, or on-the-go care.",
"url": "https://www.example.com/ip/10315643",
"image_url": "https://storage.googleapis.com/txn-product-images/doordash/33972462636.jpg",
"quantity": 1,
"price": {
"sub_total": "12.56",
"total": "12.56",
"unit_price": "12.56"
},
"seller": null,
"eligibility": [
"FSA/HSA"
]
},
{
"external_id": "1031891",
"name": "Dixie Ultra 8-12 Paper Plate, 240-count",
"description": "",
"url": "https://www.example.com/ip/1031891",
"image_url": "https://storage.googleapis.com/txn-product-images/doordash/33972462636.jpg",
"quantity": 1,
"price": {
"sub_total": "8.14",
"total": "8.14",
"unit_price": "8.14"
},
"seller": null,
"eligibility": []
},
{
"external_id": "1038973",
"name": "4Pairs Men's Elite Sports Socks Athletic Crew Socks Mid-calf Boys for Football, Basketball, Running Soccer",
"description": "High-performance athletic crew socks designed for comfort, support, and durability during intense activity. Made with breathable, moisture-wicking fabric to help keep feet dry, with reinforced heels and toes for added strength.",
"url": "https://www.example.com/ip/1038973",
"image_url": "https://storage.googleapis.com/txn-product-images/doordash/33972462636.jpg",
"quantity": 1,
"price": {
"sub_total": "22.99",
"total": "22.99",
"unit_price": "22.99"
},
"seller": {
"name": "KingCamp Outdoor Products Co., Ltd.",
"url": "https://www.example.com/browse/kingcamp/YnJhbmQ6S2luZ0NhbXAie"
},
"eligibility": []
}
],
"loyalty_membership": {
"tier": "Walmart+ Assist"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.knotapi.com/llms.txt
Use this file to discover all available pages before exploring further.
UUID for the transaction.
"13da3c28-a068-4642-9ce2-b730cfda5f5f"
External identifier for the transaction provided by the merchant.
"a9x7bq2lmw5p"
Timestamp of the transaction in UTC. ISO 8601 format. Note that Knot does not guarantee a specific order in which transactions are returned.
"2024-11-10T00:00:00+00:00"
URL associated with the transaction.
"https://www.example.com/orders/123123123"
Status of the order associated with the transaction.
ORDERED, BILLED, SHIPPED, DELIVERED, RETURNED, REFUNDED, CANCELLED, FAILED, COMPLETED, PICKED_UP, UNRECOGNIZED "COMPLETED"
Shipping information for the transaction, including the recipient's name and delivery address. null when no shipping data is available.
Show child attributes
List of payment methods.
Show child attributes
Show child attributes
Show child attributes
Loyalty membership information for the merchant account, not necessarily related to the specific transaction. When null, the merchant account does not have the loyalty membership.
Show child attributes
Was this page helpful?
Suggestions