Home
Etsy
Open Api V3 Shop Receipt Example
Open Api V3 Shop Receipt Example
Marketplace Ecommerce Handmade Listings Orders Payments Reviews Shipping Taxonomy OAuth2
Open Api V3 Shop Receipt Example is an example object payload from Etsy, with 40 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
receipt_id receipt_type seller_user_id seller_email buyer_user_id buyer_email name first_line second_line city state zip status formatted_address country_iso payment_method payment_email message_from_seller message_from_buyer message_from_payment is_paid is_shipped create_timestamp created_timestamp update_timestamp updated_timestamp is_gift gift_message gift_sender grandtotal subtotal total_price total_shipping_cost total_tax_cost total_vat_cost discount_amt gift_wrap_price shipments transactions refunds
Example Payload
{
"receipt_id": 234567890,
"receipt_type": 1,
"seller_user_id": 456789,
"seller_email": "seller@example.com",
"buyer_user_id": 456789,
"buyer_email": "seller@example.com",
"name": "Handmade Ceramic Mug",
"first_line": "123 Main St",
"second_line": "Apt 4B",
"city": "Brooklyn",
"state": "example string",
"zip": "11201",
"status": "paid",
"formatted_address": "example string",
"country_iso": "US",
"payment_method": "example string",
"payment_email": "seller@example.com",
"message_from_seller": "Thanks for your order! Shipping out tomorrow.",
"message_from_buyer": "Thanks for your order! Shipping out tomorrow.",
"message_from_payment": "Thanks for your order! Shipping out tomorrow.",
"is_paid": true,
"is_shipped": true,
"create_timestamp": 1758153645,
"created_timestamp": 1758153645,
"update_timestamp": 1758153645,
"updated_timestamp": 1758153645,
"is_gift": true,
"gift_message": "Thanks for your order! Shipping out tomorrow.",
"gift_sender": "example string",
"grandtotal": "example",
"subtotal": "example",
"total_price": "example",
"total_shipping_cost": "example",
"total_tax_cost": "example",
"total_vat_cost": "example",
"discount_amt": "example",
"gift_wrap_price": "example",
"shipments": [
{},
{}
],
"transactions": [
{},
{}
],
"refunds": [
{},
{}
]
}