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

Zubale Product catalog API

The Product catalog API from Zubale — 3 operation(s) for product catalog.

Zubale Product catalog API is one of 8 APIs that Zubale publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Product catalog. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 3 paths. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against 2 base URLs: https://api.zubale.com, https://api-cencosandbox.zubale.com.

5 operations 3 paths 0 schemas 1 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Servers
https://api.zubale.com
https://api-cencosandbox.zubale.com
Authentication
HTTP Bearer, HTTP Basic, OAuth 2.0
Contact
Resource Areas
1

Authentication & Security 3

Zubale Product catalog API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It accepts HTTP basic authentication (basicAuth). It supports OAuth 2.0 (oauth2) using the clientCredentials flow. By default, every request must be authenticated.

  • bearerAuth — OAuth2 client-credentials access token from POST /oauth2/token, sent as Authorization: Bearer .
  • basicAuth — HTTP Basic (clientid:clientsecret) used only against POST /oauth2/token.

Paths & Operations 5

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

Product catalog 5
POST
/product-catalog/api/v1/catalog/{brand_id}
Create catalog
createCatalog 1 param body → 200
PUT
/product-catalog/api/v1/catalog/{brand_id}
Update catalog
updateCatalog 1 param body → 200
POST
/product-catalog/api/v1/brands/{brand_id}/products
Create product
createProduct 1 param body → 200
GET
/product-catalog/api/v1/brands/{brand_id}/products
Get product(s)
getProductS 1 param → 200
PUT
/product-catalog/api/v1/products
Update product
updateProduct body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zubale-product-catalog-api-openapi.yml Raw ↑

Other APIs Zubale publishes across the network.

Zubale API Documentation for External Notification Handler API
Zubale Cancel tasks API
Zubale Delivery API API
Zubale External outbound API
Zubale Live Tracking For Cencosud API
Zubale Picking & Delivery API API
Zubale Webhook: Payload Structure for Order Notification API