1. Schemas
Zalando Shop
  • articles
    • Get Article Reviews
    • Get Article Reviews Summaries
    • Get Article Reviews Summaries by articleModelId
    • Get Article Reviews by reviewId
    • Search for Articles
    • Get Article by articleId
    • Get Article media by articleId
    • Get Article reviews by articleId
    • Get Article reviews summary by articleId
    • Get Article units by articleId
    • Get Article units by articleId snd unitId
  • brands
    • Shop Brands
    • Get Single Brand by Key
  • categories
    • Shop Categories
    • Get Single Category by Key
  • domains
    • Shop Domains
  • facets
    • Shop Facets
  • filters
    • Shop Filters
    • Get Single Filter by filterName
  • recommendations
    • Get Recommendations by articleId
  • Schemas
    • Schemas
      • Article
      • Article-Attribute
      • Article-Image
      • Article-Media
      • Article-Price
      • Article-Review
      • Article-Reviews
      • Article-Reviews-Summaries
      • Article-Reviews-Summary
      • Article-Unit
      • Article-Units
      • Articles
      • Brand
      • BrandFamily
      • Brands
      • Categories
      • Category
      • Domain
      • ErrorDetail
      • ErrorMessage
      • Facet
      • Facet-Value
      • Facets
      • Filter
      • Filter-Value
      • Filters
      • Page
      • Recommendations
      • Recommendations-Article
  1. Schemas

Article

A single article

{
    "activationDate": "2019-08-24T14:15:22.123Z",
    "additionalInfos": [
        "string"
    ],
    "ageGroups": [
        "BABY"
    ],
    "attributes": [
        {
            "name": "string",
            "values": [
                "string"
            ]
        }
    ],
    "available": true,
    "brand": {
        "brandFamily": {
            "key": "string",
            "name": "string",
            "shopUrl": "http://example.com"
        },
        "key": "string",
        "logoLargeUrl": "http://example.com",
        "logoUrl": "http://example.com",
        "name": "string",
        "shopUrl": "http://example.com"
    },
    "categoryKeys": [
        "string"
    ],
    "color": "string",
    "genders": [
        "MALE"
    ],
    "id": "string",
    "media": {
        "images": [
            {
                "largeHdUrl": "http://example.com",
                "largeUrl": "http://example.com",
                "mediumHdUrl": "http://example.com",
                "mediumUrl": "http://example.com",
                "orderNumber": 0,
                "smallHdUrl": "http://example.com",
                "smallUrl": "http://example.com",
                "thumbnailHdUrl": "http://example.com",
                "type": "string"
            }
        ]
    },
    "modelId": "string",
    "name": "string",
    "season": "SUMMER",
    "seasonYear": "string",
    "shopUrl": "http://example.com",
    "tags": [
        "string"
    ],
    "units": [
        {
            "available": true,
            "id": "string",
            "originalPrice": {
                "currency": "string",
                "formatted": "string",
                "value": 0
            },
            "partnerId": "string",
            "price": {
                "currency": "string",
                "formatted": "string",
                "value": 0
            },
            "size": "string",
            "stock": 0
        }
    ]
}
Built with