This type contains the specifications for the entire collection of shipping fulfillments that are associated with the order specified by a getShippingFulfillments call. The fulfillments container returns an array of all the fulfillments in the collection.
Types that use ShippingFulfillmentPagedCollection
Not used by any types.
Call that uses ShippingFulfillmentPagedCollection
Fields
fulfillments
array of ShippingFulfillment
This array contains one or more fulfillments required for the order that was specified in method endpoint.
total
The total number of fulfillments in the specified order.
Note: If no fulfillments are found for the order, this field is returned with a value of
Note: If no fulfillments are found for the order, this field is returned with a value of
0
.warnings
array of ErrorDetailV3
This array is only returned if one or more errors or warnings occur with the call request.