Skip to main content
GET
Show a fulfillment request with its picking lines

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Request-ID
string

Optional client-supplied request identifier. When provided and matching the validation pattern, the value is echoed back in the Request-ID response header. Otherwise the server generates one. Use this to correlate requests between client and server when reporting issues.

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9._-]{1,64}$

Path Parameters

teamUuid
string<uuid>
required

Team uuid. All resources are scoped to this team.

fulfillmentIdentifier
string
required

Identifier of a fulfillment request as returned by the team's WMS driver.

Minimum string length: 1
Example:

"1234567890"

Response

The fulfillment request and its lines.

data
object
required

A fulfillment request emitted by the team's WMS driver. A single order may produce multiple fulfillment requests (e.g. items shipped from different locations).