Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Etsy Shop Receipt API

The Shop Receipt API from Etsy — 3 operation(s) for shop receipt.

Etsy Shop Receipt API is one of 28 APIs that Etsy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Shop Receipt. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 4 operations across 3 paths, and defines 9 schemas. It is described by OpenAPI 3.0.2, at version 3.0.0.

Requests are made against a single base URL, https://openapi.etsy.com.

4 operations 3 paths 9 schemas 2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
3.0.0
Base URL
https://openapi.etsy.com
Authentication
API Key, OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 2

Etsy Shop Receipt API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-api-key (api_key). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 20 scopes. By default, every request must be authenticated.

  • api_key — Every request to a v3 API endpoint must include this data in the format keystring:sharedsecret. Your keystring and shared secret are available on the [Your App…
  • oauth2 — Open API v3 supports authenticating via OAuth 2.0. More information about Etsy's specific implementation of OAuth2 can be found [here](/documentation/essential…

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Shop Receipt 4
GET
/v3/application/shops/{shop_id}/receipts/{receipt_id}
Etsy Get Shop Receipt
getShopReceipt 3 params → 200404403400401500
PUT
/v3/application/shops/{shop_id}/receipts/{receipt_id}
Etsy Update Shop Receipt
updateShopReceipt 3 params body → 200404403400401500
GET
/v3/application/shops/{shop_id}/receipts
Etsy Get Shop Receipts
getShopReceipts 14 params → 200403404400401500
POST
/v3/application/shops/{shop_id}/receipts/{receipt_id}/tracking
Etsy Create Receipt Shipment
createReceiptShipment 3 params body → 200404409403400401500

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are ShopReceipt (40 properties), ShopReceiptTransaction (30 properties), ListingPropertyValue (6 properties), ShopRefund (5 properties). Each schema is shown below with its type and property counts.

ErrorSchema
object
1 property 1 required
ShopReceipt
object
The record of a purchase from a shop. Shop receipts display monetary values using the shop's currency.
40 properties
ShopReceiptTransaction
object
A transaction object associated with a shop receipt. Etsy generates one transaction per listing purchased as recorded on the order receipt.
30 properties
ListingPropertyValue
object
A representation of structured data values.
6 properties
ShopRefund
object
The refund record for a receipt.
5 properties
Money
object
A representation of an amount of money.
3 properties
ShopReceipts
object
The receipts for a specific Shop.
2 properties
ShopReceiptShipment
object
The record of one shipment event for a ShopReceipt. A receipt may have many ShopReceiptShipment records.
4 properties
TransactionVariations
object
A list of variations chosen by the buyer during checkout.
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

etsy-shop-receipt-api-openapi.yml Raw ↑

Other APIs Etsy publishes across the network.

Etsy Open API v3 Webhooks
Etsy BuyerTaxonomy API
Etsy Ledger Entry API
Etsy Other API
Etsy Payment API
Etsy Review API
Etsy SellerTaxonomy API
Etsy Shop API
Etsy Shop HolidayPreferences API
Etsy Shop ProcessingProfiles API
Etsy Shop ProductionPartner API
Etsy Shop Receipt Transactions API