Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 835 Bytes

GetOrderByIdRequest.md

File metadata and controls

15 lines (11 loc) · 835 Bytes

Yaksa.OrckestraCommerce.Client.Model.GetOrderByIdRequest

Orders are entities which represent an order of a customer.

Properties

Name Type Description Notes
ScopeId string The id of the requested scope [optional]
IncludeLineItems bool a value indicating whether include line items or not. [optional]
IncludePayment bool a value indicating whether include payments or not. [optional]
IncludeShipment bool a value indicating whether include shipment or not. [optional]
OrderId string The order id for the request. [optional]

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