Klarna · Schema

shipping_info

Shipping information for this capture.

FintechBNPLPaymentsCardsShoppingBankingCheckoutOrder ManagementSettlementOpen BankingPSD2Consumer CreditSweden

Properties

Name Type Description
return_shipping_company string Name of the shipping company for the return shipment (as specific as possible). Maximum 100 characters. Example: 'DHL US' and not only 'DHL'
return_tracking_number string Tracking number for the return shipment. Maximum 100 characters.
return_tracking_uri string URL where the customer can track the return shipment. Maximum 1024 characters.
shipping_company string Name of the shipping company (as specific as possible). Maximum 100 characters. Example: 'DHL US' and not only 'DHL'
shipping_method string Shipping method. Allowed values matches (PickUpStore|Home|BoxReg|BoxUnreg|PickUpPoint|Own|Postal|DHLPackstation|Digital|Undefined|PickUpWarehouse|ClickCollect|PalletDelivery)
tracking_number string Tracking number for the shipment. Maximum 100 characters.
tracking_uri string URI where the customer can track their shipment. Maximum 1024 characters.
View JSON Schema on GitHub

JSON Schema

klarna-shipping-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/shipping_info",
  "title": "shipping_info",
  "description": "Shipping information for this capture.",
  "properties": {
    "return_shipping_company": {
      "description": "Name of the shipping company for the return shipment (as specific as possible). Maximum 100 characters. Example: 'DHL US' and not only 'DHL'",
      "example": "DHL US",
      "maxLength": 100,
      "minLength": 0,
      "type": "string"
    },
    "return_tracking_number": {
      "description": "Tracking number for the return shipment. Maximum 100 characters.",
      "example": "93456415674545679888",
      "maxLength": 100,
      "minLength": 0,
      "type": "string"
    },
    "return_tracking_uri": {
      "description": "URL where the customer can track the return shipment. Maximum 1024 characters.",
      "example": "http://shipping.example/findmypackage?93456415674545679888",
      "maxLength": 1024,
      "minLength": 0,
      "type": "string"
    },
    "shipping_company": {
      "description": "Name of the shipping company (as specific as possible). Maximum 100 characters. Example: 'DHL US' and not only 'DHL'",
      "example": "DHL US",
      "maxLength": 100,
      "minLength": 0,
      "type": "string"
    },
    "shipping_method": {
      "description": "Shipping method. Allowed values matches (PickUpStore|Home|BoxReg|BoxUnreg|PickUpPoint|Own|Postal|DHLPackstation|Digital|Undefined|PickUpWarehouse|ClickCollect|PalletDelivery)",
      "example": "Home",
      "pattern": "(PickUpStore|Home|BoxReg|BoxUnreg|PickUpPoint|Own|Postal|DHLPackstation|Digital|Undefined|PickUpWarehouse|ClickCollect|PalletDelivery)",
      "type": "string"
    },
    "tracking_number": {
      "description": "Tracking number for the shipment. Maximum 100 characters.",
      "example": "63456415674545679874",
      "maxLength": 100,
      "minLength": 0,
      "type": "string"
    },
    "tracking_uri": {
      "description": "URI where the customer can track their shipment. Maximum 1024 characters.",
      "example": "http://shipping.example/findmypackage?63456415674545679874",
      "maxLength": 1024,
      "minLength": 0,
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/klarna-shipping-info"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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