VTEX · Schema

LogisticsInfoV2

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
itemIndex integer Index that identifies the position of this item in the original array, starting from `0`.
slaId string Shipping method of the [shipping policy](https://help.vtex.com/en/tutorial/shipping-policy--tutorials_140) used in the order.
deliveryChannel string Order shipping type, which can be `pickup-in-point` for [pickup point](https://help.vtex.com/en/tutorial/pickup-points--2fljn6wLjn8M4lJHA6HP3R), and `delivery` for delivery.
addressId string Shipping address ID.
price integer Shipping price for the item in cents. Does not account for the whole order's shipping price.
View JSON Schema on GitHub

JSON Schema

vtex-logisticsinfov2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogisticsInfoV2",
  "title": "LogisticsInfoV2",
  "required": [
    "itemIndex",
    "slaId",
    "deliveryChannel",
    "addressId",
    "price"
  ],
  "type": "object",
  "properties": {
    "itemIndex": {
      "type": "integer",
      "description": "Index that identifies the position of this item in the original array, starting from `0`.",
      "example": 0
    },
    "slaId": {
      "type": "string",
      "description": "Shipping method of the [shipping policy](https://help.vtex.com/en/tutorial/shipping-policy--tutorials_140) used in the order.",
      "example": "Normal"
    },
    "deliveryChannel": {
      "type": "string",
      "description": "Order shipping type, which can be `pickup-in-point` for [pickup point](https://help.vtex.com/en/tutorial/pickup-points--2fljn6wLjn8M4lJHA6HP3R), and `delivery` for delivery.",
      "example": "delivery"
    },
    "addressId": {
      "type": "string",
      "description": "Shipping address ID.",
      "example": "9ec276fd3a604eb1aa151b5333ca5db7"
    },
    "price": {
      "type": "integer",
      "description": "Shipping price for the item in cents. Does not account for the whole order's shipping price.",
      "example": 1000
    }
  },
  "example": {
    "itemIndex": 0,
    "slaId": "Normal",
    "deliveryChannel": "delivery",
    "addressId": "12334048475146857",
    "price": 1000
  }
}

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-logisticsinfov2"
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.