Etsy · Example Payload

Open Api V3 Payment Adjustment Item Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Open Api V3 Payment Adjustment Item Example is an example object payload from Etsy, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

payment_adjustment_idpayment_adjustment_item_idadjustment_typeamountshop_amounttransaction_idbill_payment_idcreated_timestampupdated_timestamp

Example Payload

Raw ↑
{
  "payment_adjustment_id": 1,
  "payment_adjustment_item_id": 1,
  "adjustment_type": "example string",
  "amount": 2500,
  "shop_amount": 2500,
  "transaction_id": 345678901,
  "bill_payment_id": 1,
  "created_timestamp": 1758153645,
  "updated_timestamp": 1758153645
}