Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 984 Bytes

TransferFulfillmentPackageItemsRequest.md

File metadata and controls

13 lines (9 loc) · 984 Bytes

Yaksa.OrckestraCommerce.Client.Model.TransferFulfillmentPackageItemsRequest

API calls used during the fulfillment process.

Properties

Name Type Description Notes
DestinationFulfillmentPackageId string The fulfillment package identifier to transfer items to. Set to null to create a new fulfillment package using default package type. [optional]
FulfillmentPackageItemTransferInfos List<FulfillmentPackageItemTransferInfo> A list containing information about fulfillment package items that needs to be transfer from one package to another. [optional]
SourceFulfillmentPackageId string The fulfillment package identifier to transfer items from. [optional]

[Back to Model list] [Back to API list] [Back to README]