Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zalando Shipments API

The Shipments API from Zalando — 2 operation(s) for shipments.

Zalando Shipments API is one of 20 APIs that Zalando publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Shipments. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 4 operations across 2 paths, and defines 9 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.

4 operations 2 paths 9 schemas 2 GET1 PATCH1 POST

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 4

Across 2 paths, the API surfaces 4 operations — 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Shipments 4
GET
/merchants/{merchant-id}/orders/{order-id}/shipments
Get shipments for the order
4 params → 200403404429
POST
/merchants/{merchant-id}/orders/{order-id}/shipments
Create a shipment.
4 params body → 201400403404429default
GET
/merchants/{merchant-id}/orders/{order-id}/shipments/{shipment-id}
Get an individual shipment
5 params → 200403404429
PATCH
/merchants/{merchant-id}/orders/{order-id}/shipments/{shipment-id}
Update a shipment
5 params body → 204400403404429default

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Shipment (11 properties), Error (5 properties), ShipmentOrderLine (2 properties), ErrorSource (2 properties). Each schema is shown below with its type and property counts.

Errors
object
An array of error objects.
1 property
Shipment
object
A shipment represents the delivery of specific order lines from an order in a single parcel. It includes additional details such as tracking numbers, the stock…
11 properties 1 required
Error
object
Error object
5 properties
ShipmentOrderLine
object
Shipment related attributes of an order line
2 properties 1 required
Weight
object
The weight measurement
2 properties 2 required
Shipments
object
A collection of shipments for this order.
1 property
ShipmentStatus
string
The status of the shipment.
ErrorSource
object
Indicate the source of error.
2 properties
RateLimitError
object
Error object for rate limit.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zalando-shipments-api-openapi.yml Raw ↑

Other APIs Zalando publishes across the network.

Zalando AnnouncedReturns API
Zalando attribute-types API
Zalando attribute-values API
Zalando Attributes API
Zalando Cross Border Movements API
Zalando Discovery API API
Zalando History of Price Update Attempts API
Zalando Liquidated Items API
Zalando Logistic Centers API
Zalando offer-blockers API
Zalando Orders API
Zalando Outlines API