get https://example.com/v1/shop/commercial-orders//lines
Retrieves all commercial order lines for a given order. This includes product details, quantities, pricing, and any associated information.
-
Use Case: This endpoint is used to display or review the individual lines of a customer's commercial order. It replaces any Cart usage by giving an extended view of all logistic order lines.
-
Permissions: Requires a valid API key and authenticated user context.
-
Pagination & Sorting: Supports standard pagination and sorting of lines.