3M · JSON Structure

3M Partner Supplier Api Shipping Address Structure

Shipping address for an order

Type: object Properties: 5
IndustrialManufacturingSupply ChainFortune 100

ShippingAddress is a JSON Structure definition published by 3M, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

street city state zip country

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/3m/refs/heads/main/json-structure/3m-partner-supplier-api-shipping-address-structure.json",
  "name": "ShippingAddress",
  "description": "Shipping address for an order",
  "type": "object",
  "properties": {
    "street": {
      "type": "string",
      "description": "Street address",
      "example": "3M Center"
    },
    "city": {
      "type": "string",
      "description": "City name",
      "example": "St. Paul"
    },
    "state": {
      "type": "string",
      "description": "State or province code",
      "example": "MN"
    },
    "zip": {
      "type": "string",
      "description": "Postal/ZIP code",
      "example": "55144"
    },
    "country": {
      "type": "string",
      "description": "Country code (ISO 3166-1 alpha-2)",
      "example": "US"
    }
  }
}