Skip to main content
GET
Obtener detalle de un producto
Returns one product by id. Use GET /v1/ecommerce/products to find the id first.

Endpoint

Required scope

ecommerce:products:read

Headers

Path parameters

Example request

Response

200 OK

401 Unauthorized

Missing, invalid, revoked, or expired token.

403 Forbidden

The token does not have the ecommerce:products:read scope.

404 Not Found

No product with that id, or it belongs to a different company.

502 Bad Gateway

The ecommerce service could not answer.

Operational notes

  • Variants carry their own price, which may differ from the product’s price. When a customer picks a size or a colour, quote the variant.
  • is_available on a variant is not the same as stock. A variant can be unavailable while the product still shows stock, typically because the platform marked that specific option as sold out.
  • external_id is the platform’s id, in the platform’s format. Shopify uses a gid:// URI, other platforms use plain numbers. Do not parse it — pass it through.

Authorizations

Authorization
string
header
required

Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.

Path Parameters

id
string
required

Response

200 - application/json
product
object
required