Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tabs Products API

The Products API from Tabs — 2 operation(s) for products.

Tabs Products API is one of 23 APIs that Tabs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Products. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://integrators.prod.api.tabsplatform.com.

4 operations 2 paths 6 schemas 2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://integrators.prod.api.tabsplatform.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Tabs Products API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (custom-header). By default, every request must be authenticated.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Products 4
GET
/v3/products/{id}
Get a product by ID
IntegratorsApiProductsController_getProduct 1 param → 200404500
PATCH
/v3/products/{id}
Update a product
IntegratorsApiProductsController_updateProduct 1 param body → 200400404500
POST
/v3/products
Create a new product
IntegratorsApiProductsController_createProduct body → 201400404500
GET
/v3/products
List all products for merchant
IntegratorsApiProductsController_listProducts 3 params → 200404500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ProductV3Dto (12 properties), UpdateProductV3Dto (6 properties), CreateProductV3Dto (6 properties), IntegratorsApiResponse (4 properties). Each schema is shown below with its type and property counts.

IntegratorsApiResponse
object
4 properties 4 required
CreateProductV3Dto
object
6 properties 2 required
IntegratorsApiError
object
3 properties 2 required
UpdateProductV3Dto
object
6 properties
ProductV3Dto
object
12 properties 7 required
PaginatedResponseDTO
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tabs-products-api-openapi.yml Raw ↑

Other APIs Tabs publishes across the network.

Tabs Billing Terms API
Tabs Categories API
Tabs Classes (QBO only) API
Tabs Commitments API
Tabs Contracts API
Tabs Credit Memos API
Tabs Custom Fields API
Tabs Customers API
Tabs Departments API
Tabs Events API
Tabs Health API
Tabs Invoices API