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

Xentral Matrixproduct API

Manage options for products.

Xentral Matrixproduct API is one of 90 APIs that Xentral publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 11 operations across 4 paths. It is described by OpenAPI 3.0.0, at version v0.1.

Requests are made against 2 base URLs: https://{xentralId}.xentral.biz, https://{domain}.

11 operations 4 paths 0 schemas 3 DELETE3 GET3 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v0.1
Base URL
https://xentral.xentral.biz
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Xentral Matrixproduct API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer token obtained in POST /tokens endpoint or pregenerated in the system.

Paths & Operations 11

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

Matrixproduct 11

Manage options for products.

GET
/api/v1/products/{id}/options
List product options
product.listOptions 3 params → 200401403404406429
POST
/api/v1/products/{id}/options
Create product option
product.createOption 1 param body → 201400401403404415429
PATCH
/api/v1/products/{id}/options
Update multiple product options
product.updateMultipleOptions 1 param body → 204400401403404415429
DELETE
/api/v1/products/{id}/options
Delete multiple product options
product.deleteMultipleOptions 1 param body → 204400401403404415429
PATCH
/api/v1/products/{productId}/options/{id}
Update product option
product.updateOption 2 params body → 204400401403404415429
GET
/api/v1/products/{productId}/options/{optionId}/values/{id}
View product option value
product.viewValue 3 params → 200401403404429
PATCH
/api/v1/products/{productId}/options/{optionId}/values/{id}
Update product option value
product.updateValue 3 params body → 204400401403404409429
DELETE
/api/v1/products/{productId}/options/{optionId}/values/{id}
Delete product option value
product.deleteValue 3 params → 204400401403404415429
GET
/api/v1/products/{productId}/options/{id}/values
List product option values
product.listValues 2 params → 200401403404429
DELETE
/api/v1/products/{productId}/options/{id}/values
Delete multiple product option values
product.deleteMultipleValues 2 params body → 204400401403409429
POST
/api/v1/products/{productId}/options/{id}/values
Create multiple product option values
product.createMultipleValues 2 params body → 204400401403404415429

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

xentral-matrixproduct-api-openapi.yml Raw ↑

Other APIs Xentral publishes across the network.

Xentral Account API
Xentral Accounting Export API
Xentral AuthPlatform API
Xentral Collection API
Xentral Collective Bill API
Xentral Credit API
Xentral Credit Note API
Xentral Credit Note Tag API
Xentral CreditNote API
Xentral Customer Address API
Xentral Customer API
Xentral Customer - Contact Person API