Etsy · JSON Structure

Open Api V3 Payment Adjustment Item Structure

A payment adjustment line item for a payment adjustment.

Type: object Properties: 9
MarketplaceE-CommerceHandmadeListingsOrderPaymentsReviewsShippingTaxonomyAuthentication

PaymentAdjustmentItem is a JSON Structure definition published by Etsy, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

payment_adjustment_id payment_adjustment_item_id adjustment_type amount shop_amount transaction_id bill_payment_id created_timestamp updated_timestamp

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-structure/open-api-v3-payment-adjustment-item-structure.json",
  "name": "PaymentAdjustmentItem",
  "description": "A payment adjustment line item for a payment adjustment.",
  "type": "object",
  "properties": {
    "payment_adjustment_id": {
      "type": "int64",
      "description": "The numeric ID for a payment adjustment.",
      "minimum": 1,
      "example": 1
    },
    "payment_adjustment_item_id": {
      "type": "int64",
      "description": "Unique ID for the adjustment line item.",
      "minimum": 1,
      "example": 1
    },
    "adjustment_type": {
      "type": "string",
      "description": "String indicating the type of adjustment for this line item.",
      "nullable": true,
      "example": "example string"
    },
    "amount": {
      "type": "int32",
      "description": "Integer value for the amount of the adjustment in original currency.",
      "default": 0,
      "example": 2500
    },
    "shop_amount": {
      "type": "int32",
      "description": "Integer value for the amount of the adjustment in currency for the shop.",
      "default": 0,
      "example": 2500
    },
    "transaction_id": {
      "type": "int64",
      "description": "The unique numeric ID for a transaction.",
      "nullable": true,
      "minimum": 1,
      "example": 345678901
    },
    "bill_payment_id": {
      "type": "int64",
      "description": "Unique ID for the bill payment adjustment.",
      "nullable": true,
      "minimum": 1,
      "example": 1
    },
    "created_timestamp": {
      "type": "int32",
      "description": "The transaction's creation date and time, in epoch seconds.",
      "minimum": 946684800,
      "example": 1758153645
    },
    "updated_timestamp": {
      "type": "int32",
      "description": "The update date and time the payment adjustment in epoch seconds.",
      "minimum": 946684800,
      "example": 1758153645
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/open-api-v3-payment-adjustment-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.