Class CountriesV2Service

Constructors

Properties

Methods

Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • Retrieve a list of countries Get information about all countries where Printful is available

    Parameters

    • Optionaloffset: number

      The number of results to not include in the response starting from the beginning of the list.

      This can be used to return results after the initial 100. For example, sending offset 100

    • limit: number = 20

      The number of results to return per page.

    Returns CancelablePromise<any>

    any OK

    ApiError