---
title: "Return all products for the account"
method: GET
path: "/api/product/all"
tags: ["Product"]
---

# Return all products for the account

`GET /api/product/all`

## Query parameters

- `queryOptions.page` integer
- `queryOptions.pageSize` integer

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Response `200`

OK

- ListResultProductDetailsApiModel
  - `TotalCount` integer
  - `Count` integer
  - `Result` ProductDetailsApiModel[]
    - `Id` integer — Product id
    - `Name` string — Product alias
    - `Description` string — Product description
    - `ButtonCallToAction` string — Default button call to action Ex: Buy now, subscribe, ...
    - `CurrencyId` integer — Foreign key Currency
    - `IsFeatured` boolean — Indicate that the product is set as featured
    - `Currency` CurrencyDetailsApiModel
      - `Id` integer — Entity id
      - `Name` string — Name of the country
      - `Value` string — Currency short alpha code
      - `Code` string — Currency short numeric code
      - `Symbol` string — Currency symbol
    - `ShippingAmount` number, double — Cost for shipping the product
    - `ShippingDescription` string — Client instructions for shipping
    - `AccessToken` string — Product short link
    - `WhatHappensNextDescription` string — What happens next description
    - `AfterPaymentDescription` string — After payment description
    - `Status` 'Active' | 'NotAvailable' | 'Inactive' — Product availability status
    - `SubTotalAmount` number, double — Subtotal amount of product
    - `TotalAmount` number, double — Total amount of product
    - `TotalWithShipping` number, double — Total amount of product with shipping
  - `IsFaulted` boolean
  - `ErrorMessages` IErrorInfo[]
    - `Group` string
    - `Code` string
    - `FaultMessage` string
    - `UserVisibleMessage` string

---

[API](https://skmtc.dev/envoice/apis/api-v1-0-0.md) · [All operations](https://skmtc.dev/envoice/apis/api-v1-0-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/envoice/api-v1-0-0/revisions/e20a9e338d8f/schema)
