ShopShippingProfile
Represents a profile used to set a listing's shipping information. Please note that it's not possible to create calculated shipping templates via the API. However, you can associate calculated shipping profiles created from Shop Manager with listings using the API.
Properties
| Name | Type | Description |
|---|---|---|
| shipping_profile_id | integer | The numeric ID of the shipping profile. |
| title | string | The name string of this shipping profile. |
| user_id | integer | The numeric ID for the [user](/documentation/reference#tag/User) who owns the shipping profile. |
| origin_country_iso | string | The ISO code of the country from which the listing ships. |
| is_deleted | boolean | When true, someone deleted this shipping profile. |
| shipping_profile_destinations | array | A list of [shipping profile destinations](/documentation/reference/#operation/createShopShippingProfileDestination) available for this shipping profile. |
| shipping_profile_upgrades | array | A list of [shipping profile upgrades](/documentation/reference/#operation/createShopShippingProfileUpgrade) available for this shipping profile. |
| origin_postal_code | string | The postal code string (not necessarily a number) for the location from which the listing ships. Required if the `origin_country_iso` supports postal codes. See the [Fulfillment Tutorial docs](https:/ |
| profile_type | string | |
| domestic_handling_fee | number | The domestic handling fee added to buyer's shipping total - only available for calculated shipping profiles. |
| international_handling_fee | number | The international handling fee added to buyer's shipping total - only available for calculated shipping profiles. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ShopShippingProfile",
"description": "Represents a profile used to set a listing's shipping information. Please note that it's not possible to create calculated shipping templates via the API. However, you can associate calculated shipping profiles created from Shop Manager with listings using the API.",
"$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-shop-shipping-profile-schema.json",
"type": "object",
"properties": {
"shipping_profile_id": {
"type": "integer",
"description": "The numeric ID of the shipping profile.",
"format": "int64",
"minimum": 1,
"example": 1
},
"title": {
"type": "string",
"description": "The name string of this shipping profile.",
"nullable": true,
"example": "Handmade Ceramic Mug \u2014 Stoneware"
},
"user_id": {
"type": "integer",
"description": "The numeric ID for the [user](/documentation/reference#tag/User) who owns the shipping profile.",
"format": "int64",
"minimum": 1,
"example": 456789
},
"origin_country_iso": {
"type": "string",
"description": "The ISO code of the country from which the listing ships.",
"format": "ISO 3166-1 alpha-2",
"example": "US"
},
"is_deleted": {
"type": "boolean",
"description": "When true, someone deleted this shipping profile.",
"example": true
},
"shipping_profile_destinations": {
"type": "array",
"description": "A list of [shipping profile destinations](/documentation/reference/#operation/createShopShippingProfileDestination) available for this shipping profile.",
"items": {
"description": "A list of [shipping profile destinations](/documentation/reference/#operation/createShopShippingProfileDestination) available for this shipping profile.",
"oneOf": [
{
"$ref": "#/components/schemas/ShopShippingProfileDestination"
}
]
}
},
"shipping_profile_upgrades": {
"type": "array",
"description": "A list of [shipping profile upgrades](/documentation/reference/#operation/createShopShippingProfileUpgrade) available for this shipping profile.",
"items": {
"description": "A list of [shipping profile upgrades](/documentation/reference/#operation/createShopShippingProfileUpgrade) available for this shipping profile.",
"oneOf": [
{
"$ref": "#/components/schemas/ShopShippingProfileUpgrade"
}
]
}
},
"origin_postal_code": {
"type": "string",
"description": "The postal code string (not necessarily a number) for the location from which the listing ships. Required if the `origin_country_iso` supports postal codes. See the [Fulfillment Tutorial docs](https://developer.etsy.com/documentation/tutorials/fulfillment/#countries-requiring-postal-codes) for more info",
"nullable": true,
"example": "11201"
},
"profile_type": {
"type": "string",
"enum": [
"manual",
"calculated"
],
"default": "manual",
"example": "manual"
},
"domestic_handling_fee": {
"type": "number",
"description": "The domestic handling fee added to buyer's shipping total - only available for calculated shipping profiles.",
"format": "float",
"minimum": 0,
"default": 0,
"example": 1.0
},
"international_handling_fee": {
"type": "number",
"description": "The international handling fee added to buyer's shipping total - only available for calculated shipping profiles.",
"format": "float",
"minimum": 0,
"default": 0,
"example": 1.0
}
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/open-api-v3-shop-shipping-profile"
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.