Skip to content

getCheckout(__queryItems_)

mauryaratan edited this page Feb 5, 2023 · 1 revision

getCheckout(_:queryItems:)

Get a single checkout by ID.

public func getCheckout(_ checkoutId: Checkout.ID, queryItems: [URLQueryItem] = [])

Parameters

  • checkoutId: The ID of the checkout you'd like to retrieve.
  • queryItems: An array of URLQueryItem, passed as query parameters.

Returns

A response object containing the requested Checkout.

Types
Global Functions
Clone this wiki locally