Skip to content

getCustomer(__queryItems_)

mauryaratan edited this page Mar 27, 2023 · 1 revision

getCustomer(_:queryItems:)

Get a single customer by ID.

public func getCustomer(_ customerId: Customer.ID, queryItems: [URLQueryItem] = [])

Parameters

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

Returns

A response object containing the requested Customer.

Types
Global Functions
Clone this wiki locally