VTEX · Schema

Getprice

Price request body information.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
itemId string SKU ID.
listPrice integer Suggested retail price for the SKU.
costPrice integer SKU's cost price.
markup integer Desired profit margin with the SKU's sale.
basePrice integer SKU's reference price.
fixedPrices array The fixed price is a price that overlaps all other existing price configurations of a price table.
View JSON Schema on GitHub

JSON Schema

vtex-getprice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Getprice",
  "title": "Getprice",
  "required": [
    "itemId",
    "listPrice",
    "costPrice",
    "markup",
    "basePrice",
    "fixedPrices"
  ],
  "type": "object",
  "description": "Price request body information.",
  "properties": {
    "itemId": {
      "type": "string",
      "description": "SKU ID."
    },
    "listPrice": {
      "type": "integer",
      "format": "int32",
      "description": "Suggested retail price for the SKU."
    },
    "costPrice": {
      "type": "integer",
      "format": "int32",
      "description": "SKU's cost price."
    },
    "markup": {
      "type": "integer",
      "format": "int32",
      "description": "Desired profit margin with the SKU's sale."
    },
    "basePrice": {
      "type": "integer",
      "format": "int32",
      "description": "SKU's reference price."
    },
    "fixedPrices": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FixedPrice"
      },
      "description": "The fixed price is a price that overlaps all other existing price configurations of a price table."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vtex-getprice"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.