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

Nuvemshop / Tiendanube Products API

Items for sale in the store.

Nuvemshop / Tiendanube Products API is one of 10 APIs that Nuvemshop / Tiendanube 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 7 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 2025-03.

Requests are made against 2 base URLs: https://api.tiendanube.com/2025-03/{store_id}, https://api.nuvemshop.com.br/2025-03/{store_id}.

7 operations 4 paths 6 schemas 1 DELETE3 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2025-03
Base URL
https://api.tiendanube.com/2025-03/{store_id}
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Nuvemshop / Tiendanube Products API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authentication (authenticationHeader). By default, every request must be authenticated.

  • authenticationHeader — NON-STANDARD auth header. Send the OAuth 2 access token as Authentication: bearer ACCESSTOKEN - the header name must be Authentication (not Authorization) and…

Paths & Operations 7

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

Products 7

Items for sale in the store.

GET
/products
List products
listProducts 4 params → 200401429
POST
/products
Create a product
createProduct body → 201401422429
GET
/products/{id}
Get a product
getProduct 1 param → 200401404
PUT
/products/{id}
Update a product
updateProduct 1 param body → 200401404422
DELETE
/products/{id}
Delete a product
deleteProduct 1 param → 200401404
GET
/products/sku/{sku}
Get a product by variant SKU
getProductBySku 1 param → 200401404
PATCH
/products/stock-price
Bulk update stock and price
updateProductsStockPrice body → 200401422

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ProductInput (8 properties), VariantInput (7 properties), ImageInput (4 properties), Error (3 properties). Each schema is shown below with its type and property counts.

Product
Error
object
3 properties
ImageInput
object
4 properties
LocalizedString
object
A map of language code to localized text (e.g. {"es":"...","pt":"..."}).
VariantInput
object
7 properties
ProductInput
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuvemshop-products-api-openapi.yml Raw ↑

Other APIs Nuvemshop / Tiendanube publishes across the network.

Nuvemshop / Tiendanube Categories API
Nuvemshop / Tiendanube Coupons API
Nuvemshop / Tiendanube Customers API
Nuvemshop / Tiendanube Orders API
Nuvemshop / Tiendanube Product Images API
Nuvemshop / Tiendanube Product Variants API
Nuvemshop / Tiendanube Scripts API
Nuvemshop / Tiendanube Store API
Nuvemshop / Tiendanube Webhooks API