Skip to content

getOrder(__)

mauryaratan edited this page Feb 5, 2023 · 1 revision

getOrder(_:)

Get a single order by ID.

public func getOrder(_ orderId: Order.ID)

Parameters

  • orderId: The ID of the order you'd like to retrieve.

Returns

A response object containing the requested Order.

Types
Global Functions
Clone this wiki locally