Zalando Outlines API is one of 20 APIs that Zalando publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Outlines. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.
This API exposes
2 operations
across 2 paths,
and defines 6 schemas.
It is described by OpenAPI 3.0.2, at version 1.0.0.
Requests are made against the base URL https://api.merchants.zalando.com.
2 operations2 paths6 schemas2 GET
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.2
API Version
1.0.0
Base URL
https://api.merchants.zalando.com
Resource Areas
1
Paths & Operations 2
Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.
Outlines 2
GET
/merchants/{merchant_id}/outlines
List sellable outlines for the merchant
2 params→ 200default
GET
/merchants/{merchant_id}/outlines/{outline_label}
Return the outline
3 params→ 200default
Schemas 6
The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are OutlineTier (4 properties), Outline (4 properties), Tiers (3 properties), AttributePerType (2 properties). Each schema is shown below with its type and property counts.
Outline
object
Provides an outline of a product, etc., defining the types of attributes that must be present, and those which may be present, and also some optional additiona…
4 properties2 required
Tiers
object
3 properties
OutlineTier
object
Defines the optional and mandatory attributes and attribute constraints applied to a product at a given tier.
4 properties3 required
Description
Map of language to text, key must follow (rfc-2616, section 3.10)[https://tools.ietf.org/html/rfc2616section-3.10] This mapping is only a human readable descri…
Name
Map of language to text, key must follow (rfc-2616, section 3.10)[https://tools.ietf.org/html/rfc2616section-3.10] This mapping is only a human readable name o…
AttributePerType
object
Define a relation between an (outline, type) and its allowed values.
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.