Welcome to Zuora Product Documentation

Explore our rich library of product information

View details of a fulfillment using the REST API

This topic explains how to retrieve and view the details of a fulfillment using the REST API.

Use the Retrieve a fulfillment operation to get the details of a fulfillment.

To view a fulfillment:

1. Determine the value of the following variable:

Variable

Description

key

The id or fulfillment number of the fulfillment to retrieve.

An example id looks like "4028828c82819b74018281a69d3f0d93", and a fulfillment number looks like "F-00000001".

2. Use the "Retrieve a fulfillment" operation to view the details of the fulfillment.

RequestGET /v1/fulfillments/{key}