Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

FindFulfillmentSLARequest.md

File metadata and controls

18 lines (14 loc) · 1.05 KB

Yaksa.OrckestraCommerce.Client.Model.FindFulfillmentSLARequest

API calls used during the fulfillment process.

Properties

Name Type Description Notes
ConfigurationName string The name of the configuration to use to process this request [optional]
CultureName string The culture (language) to use to process the request (en-US)
Query Query [optional]
FulfillmentLocationId string The fulfillment location id. [optional]
OnlyActive bool Whether we should retrieve only the active fulfillment SLA. [optional]
OnlyNearExpiryOrExpired bool Whether we should retrieve only the fulfillment SLA near expiry or expired. [optional]
OrderId string The order id. [optional]
ShipmentId string The shipment id. [optional]

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