VTEX Reservations API

The Reservations API from VTEX — 6 operation(s) for reservations.

Documentation

📖
Documentation
https://developers.vtex.com/docs/guides/how-the-integration-protocol-between-vtex-and-antifraud-companies-works
📖
Documentation
https://developers.vtex.com/docs/guides/bulk-import-buyer-organizations-spreadsheet
📖
Documentation
https://developers.vtex.com/docs/guides/catalog-api-seller-portal-overview
📖
Documentation
https://developers.vtex.com/docs/guides/catalog-overview
📖
Documentation
https://developers.vtex.com/docs/guides/checkout-overview
📖
Documentation
https://help.vtex.com/en/tutorial/customer-credit-overview--1uIqTjWxIIIEW0COMg4uE0
📖
Documentation
https://help.vtex.com/en/tutorial/data-subject-rights--6imchxTx09icupKMbzHVIM
📖
Documentation
https://developers.vtex.com/docs/api-reference/do-api
📖
Documentation
https://developers.vtex.com/docs/guides/managing-vtex-gift-cards
📖
Documentation
https://developers.vtex.com/docs/guides/gift-card-integration-guide
📖
Documentation
https://developers.vtex.com/docs/guides/faststore/headless-cms-overview
📖
Documentation
https://developers.vtex.com/docs/api-reference/vtex-id-api
📖
Documentation
https://help.vtex.com/en/tracks/vtex-intelligent-search--19wrbB7nEQcmwzDPl1l4Cb/3qgT47zY08biLP3d5os3DG
📖
Documentation
https://developers.vtex.com/docs/apps/vtex.search@1.0.8
📖
Documentation
https://help.vtex.com/en/tracks/cms--2YcpgIljVaLVQYMzxQbc3z/1oN446gRGcR2s70RvBCAmj
📖
Documentation
https://developers.vtex.com/docs/guides/search-overview
📖
Documentation
https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3
📖
Documentation
https://developers.vtex.com/docs/guides/fulfillment
📖
Documentation
https://developers.vtex.com/docs/guides/marketplace-overview
📖
Documentation
https://developers.vtex.com/updates/release-notes/marketplace-protocol-documentation-update
📖
Documentation
https://developers.vtex.com/docs/guides/external-marketplace-integration-guide
📖
Documentation
https://developers.vtex.com/docs/guides/external-seller-integration-connector
📖
Documentation
https://developers.vtex.com/docs/guides/external-seller-integration-guide
📖
Documentation
https://help.vtex.com/en/tutorial/master-data--4otjBnR27u4WUIciQsmkAw
📖
Documentation
https://help.vtex.com/en/tutorial/understanding-the-message-center--tutorials_84
📖
Documentation
https://developers.vtex.com/docs/guides/orders-overview
📖
Documentation
https://developers.vtex.com/docs/guides/changes-in-vtex-features-behavior-to-handle-pii-data
📖
Documentation
https://help.vtex.com/en/tutorial/payment-provider-protocol--RdsT2spdq80MMwwOeEq0m
📖
Documentation
https://developers.vtex.com/docs/guides/payments-integration-guide
📖
Documentation
https://help.vtex.com/en/tutorial/vtex-pick-and-pack-last-mile--HN7WKV0xoq2ssVjsJlfzr
📖
Documentation
https://developers.vtex.com/docs/guides/vtex-io-documentation-policies
📖
Documentation
https://developers.vtex.com/docs/guides/pricing-hub
📖
Documentation
https://developers.vtex.com/docs/guides/pricing-overview
📖
Documentation
https://developers.vtex.com/docs/guides/profile-system
📖
Documentation
https://developers.vtex.com/docs/guides/promotions-overview
📖
Documentation
https://developers.vtex.com/docs/apps/vtex.reviews-and-ratings
📖
Documentation
https://developers.vtex.com/docs/guides/sent-offers-integration-guide-connectors
📖
Documentation
https://developers.vtex.com/docs/guides/sessions-system-overview
📖
Documentation
https://developers.vtex.com/docs/guides/vtex-shipping-network
📖
Documentation
https://help.vtex.com/en/tutorial/sku-bindings--1SmrVgNwjJX17hdqwLa0TX
📖
Documentation
https://developers.vtex.com/docs/guides/subscriptions
📖
Documentation
https://developers.vtex.com/docs/apps/vtex.search/suggestions
📖
Documentation
https://developers.vtex.com/docs/guides/vtex-tracking

Specifications

OpenAPI Specification

vtex-reservations-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  title: VTex Anti-fraud Provider Account Reservations API
  description: ">ℹ️ Onboarding guide\r\n>\r\n> Check the new [Payments onboarding guide](https://developers.vtex.com/docs/guides/payments-overview). We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Payments and is organized by focusing on the developer's journey.\r\n\r\nThe Anti-fraud Provider Protocol is a set of definitions to help you integrate your anti-fraud service API into VTEX platform.\r\n\r\nTo achieve this, you need to implement a web API (REST) following the specifications described in this documentation.\r\n\r\n>⚠️ You can also access our [template on GitHub](https://github.com/vtex-apps/antifraud-provider-example) to help you quickly develop your anti-fraud connector using the Anti-fraud Provider Protocol and VTEX IO.\r\n\r\nTo learn more about the Anti-fraud Provider Protocol, check our [developer guide](https://developers.vtex.com/docs/guides/how-the-integration-protocol-between-vtex-and-antifraud-companies-works).\r\n\r\n## Anti-fraud Provider API Index\r\n\r\n### Anti-fraud  Flow\r\n\r\n- `POST` [Send Anti-fraud Pre-Analysis Data (optional)](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#post-/pre-analysis)\r\n- `POST` [Send Anti-fraud Data](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#post-/transactions)\r\n- `PUT` [Update Anti-fraud Transactions (optional)](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#put-/transactions/-transactionId-)\r\n- `GET` [List Anti-fraud Provider Manifest](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#get-/manifest)\r\n- `GET` [Get Anti-fraud Status](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#get-/transactions/-transactions.id-)\r\n- `DELETE` [Stop Anti-fraud Analysis (optional)](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#delete-/transactions/-transactions.Id-)\r\n\r\n### OAuth Flow\r\n\r\n1. `POST` [Retrieve Token](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#post-/authorization/token)\r\n2. `GET` [Redirect](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#get-/redirect)\r\n3. `GET` [Return to VTEX](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#get-/authorizationCode)\r\n4. `GET` [Get Credentials](https://developers.vtex.com/docs/api-reference/antifraud-provider-protocol#get-/authorization/credentials)"
  version: '1.0'
servers:
- url: https://{providerApiEndpoint}
  description: Anti-fraud provider endpoint URL.
  variables:
    providerApiEndpoint:
      description: Anti-fraud provider endpoint URL.
      default: '{providerApiEndpoint}'
tags:
- name: Reservations
paths:
  /api/logistics/pvt/inventory/reservations:
    post:
      tags:
      - Reservations
      summary: VTex Create reservation
      description: Creates [reservation](https://help.vtex.com/en/tutorial/how-does-reservation-work--tutorials_92).
      operationId: CreateReservation
      parameters:
      - name: Accept
        in: header
        description: HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
        required: true
        style: simple
        schema:
          type: string
          default: application/json
      - name: Content-Type
        in: header
        description: Type of the content being sent.
        required: true
        style: simple
        schema:
          type: string
          default: application/json; charset=utf-8
      requestBody:
        content:
          application/json; charset=utf-8:
            schema:
              title: CreateReservationRequest
              required:
              - salesChannel
              - lockId
              - autorizationExpirationTTL
              - deliveryItemOptions
              type: object
              properties:
                salesChannel:
                  type: string
                lockId:
                  type: string
                  nullable: true
                autorizationExpirationTTL:
                  type: string
                deliveryItemOptions:
                  type: array
                  items:
                    title: DeliveryItemOption
                    required:
                    - item
                    - slaType
                    - slaTypeName
                    - listPrice
                    - promotionalPrice
                    - transitTime
                    - dockTime
                    - timeToDockPlusDockTime
                    - aditionalTimeBlockedDays
                    - totalTime
                    - deliveryWindows
                    - wareHouseId
                    - dockId
                    - location
                    type: object
                    properties:
                      item:
                        title: Item
                        required:
                        - id
                        - groupItemId
                        - kitItem
                        - quantity
                        - price
                        - additionalHandlingTime
                        - dimension
                        type: object
                        properties:
                          id:
                            type: string
                          groupItemId:
                            type: string
                            nullable: true
                          kitItem:
                            type: array
                            items:
                              type: string
                            description: '[Kit](https://help.vtex.com/en/tutorial/what-is-a-kit--5ov5s3eHM4AqAAgqWwoc28) item information.'
                          quantity:
                            type: integer
                            format: int32
                          price:
                            type: integer
                            format: int32
                          additionalHandlingTime:
                            type: string
                          dimension:
                            title: Dimension
                            required:
                            - weight
                            - height
                            - width
                            - length
                            type: object
                            properties:
                              weight:
                                type: integer
                                format: int32
                              height:
                                type: integer
                                format: int32
                              width:
                                type: integer
                                format: int32
                              length:
                                type: integer
                                format: int32
                            example:
                              weight: 150
                              height: 1
                              width: 1
                              length: 1
                        example:
                          id: '2390059'
                          groupItemId: null
                          kitItem: []
                          quantity: 1
                          price: 0
                          additionalHandlingTime: 00:00:00
                          dimension:
                            weight: 150
                            height: 1
                            width: 1
                            length: 1
                      slaType:
                        type: string
                      slaTypeName:
                        type: string
                      listPrice:
                        type: number
                      promotionalPrice:
                        type: number
                      transitTime:
                        type: string
                      dockTime:
                        type: string
                      timeToDockPlusDockTime:
                        type: string
                      aditionalTimeBlockedDays:
                        type: string
                      totalTime:
                        type: string
                      deliveryWindows:
                        type: array
                        items:
                          type: string
                        description: '[Delivery windows](https://help.vtex.com/en/tutorial/managing-delivery-capacity--2y217FQZCjD0I1n62yxVcz).'
                      wareHouseId:
                        type: string
                        nullable: true
                      dockId:
                        type: string
                      location:
                        title: Location
                        required:
                        - zipCode
                        - country
                        - inStore
                        type: object
                        properties:
                          zipCode:
                            type: string
                          country:
                            type: string
                          inStore:
                            title: InStore
                            required:
                            - IsCheckedIn
                            - StoreId
                            type: object
                            properties:
                              IsCheckedIn:
                                type: boolean
                              StoreId:
                                type: string
                                nullable: true
                            example:
                              IsCheckedIn: false
                              StoreId: null
                        example:
                          zipCode: '22220070'
                          country: BRA
                          inStore:
                            IsCheckedIn: false
                            StoreId: null
                    example:
                      item:
                        id: '2390059'
                        groupItemId: null
                        kitItem: []
                        quantity: 1
                        price: 0
                        additionalHandlingTime: 00:00:00
                        dimension:
                          weight: 150
                          height: 1
                          width: 1
                          length: 1
                      slaType: Expressa
                      slaTypeName: Expressa
                      listPrice: 10.5
                      promotionalPrice: 10.5
                      transitTime: 2.00:00:00
                      dockTime: 00:00:00
                      timeToDockPlusDockTime: 1.00:00:00
                      aditionalTimeBlockedDays: 00:00:00
                      totalTime: 3.00:00:00
                      deliveryWindows: []
                      wareHouseId: null
                      dockId: 1a8bce3
                      location:
                        zipCode: '22220070'
                        country: BRA
                        inStore:
                          IsCheckedIn: false
                          StoreId: null
                  description: Array of objects with delivery item options information.
              example:
                salesChannel: '1'
                lockId: null
                autorizationExpirationTTL: 00:10:00
                deliveryItemOptions:
                - item:
                    id: '2390059'
                    groupItemId: null
                    kitItem: []
                    quantity: 1
                    price: 0
                    additionalHandlingTime: 00:00:00
                    dimension:
                      weight: 150
                      height: 1
                      width: 1
                      length: 1
                  slaType: Expressa
                  slaTypeName: Expressa
                  listPrice: 10.5
                  promotionalPrice: 10.5
                  transitTime: 2.00:00:00
                  dockTime: 00:00:00
                  timeToDockPlusDockTime: 1.00:00:00
                  aditionalTimeBlockedDays: 00:00:00
                  totalTime: 3.00:00:00
                  deliveryWindows: []
                  wareHouseId: null
                  dockId: 1a8bce3
                  location:
                    zipCode: '22220070'
                    country: BRA
                    inStore:
                      IsCheckedIn: false
                      StoreId: null
            example:
              salesChannel: '1'
              lockId: null
              autorizationExpirationTTL: 00:10:00
              deliveryItemOptions:
              - item:
                  id: '2390059'
                  groupItemId: null
                  kitItem: []
                  quantity: 1
                  price: 0
                  additionalHandlingTime: 00:00:00
                  dimension:
                    weight: 150
                    height: 1
                    width: 1
                    length: 1
                slaType: Expressa
                slaTypeName: Expressa
                listPrice: 10.5
                promotionalPrice: 10.5
                transitTime: 2.00:00:00
                dockTime: 00:00:00
                timeToDockPlusDockTime: 1.00:00:00
                aditionalTimeBlockedDays: 00:00:00
                totalTime: 3.00:00:00
                deliveryWindows: []
                wareHouseId: null
                dockId: 1a8bce3
                location:
                  zipCode: '22220070'
                  country: BRA
                  inStore:
                    IsCheckedIn: false
                    StoreId: null
        required: true
      responses:
        '200':
          description: OK
          headers:
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                  example: no-cache
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                  example: keep-alive
            Content-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                  example: gzip
            Content-Length:
              content:
                text/plain:
                  schema:
                    type: string
                  example: '620'
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                  example: Fri, 15 Apr 2016 19:59:18 GMT
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                  example: '-1'
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                  example: no-cache
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                  example: nginx
            Vary:
              content:
                text/plain:
                  schema:
                    type: string
                  example: Accept-Encoding
            X-CDNIgnore:
              content:
                text/plain:
                  schema:
                    type: string
                  example: '1'
            X-CacheServer:
              content:
                text/plain:
                  schema:
                    type: string
                  example: janus-apicache-nginx5
            X-Powered-by-VTEX-Janus-ApiCache:
              content:
                text/plain:
                  schema:
                    type: string
                  example: v1.3.8
            X-Powered-by-VTEX-Janus-Edge:
              content:
                text/plain:
                  schema:
                    type: string
                  example: v1.26.4
            X-Powered-by-VTEX-Janus-Router:
              content:
                text/plain:
                  schema:
                    type: string
                  example: 2.1.155
            X-Track:
              content:
                text/plain:
                  schema:
                    type: string
                  example: stable
            X-VTEX-Janus-Router-Backend-App:
              content:
                text/plain:
                  schema:
                    type: string
                  example: logist-v6.2.96-stable+863
            x-vtex-operation-id:
              content:
                text/plain:
                  schema:
                    type: string
                  example: 4e3847c0-596e-4abd-a761-e711bb68bdfa
          content:
            application/json; charset=utf-8:
              schema:
                required:
                - LastUpdateDateUtc
                - SalesChannel
                - LockId
                - ReservationDateUtc
                - MaximumConfirmationDateUtc
                - Status
                - SlaRequest
                - PickupPointItemOptions
                - CanceledDateUtc
                - AuthorizedDateUtc
                - ConfirmedDateUtc
                - Errors
                - IsSucess
                type: object
                properties:
                  LastUpdateDateUtc:
                    type: string
                  SalesChannel:
                    type: string
                  LockId:
                    type: string
                  ReservationDateUtc:
                    type: string
                  MaximumConfirmationDateUtc:
                    type: string
                  Status:
                    type: integer
                    format: int32
                  SlaRequest:
                    type: array
                    items:
                      title: SlaRequest
                      required:
                      - item
                      - slaType
                      - slaTypeName
                      - freightTableName
                      - freightTableId
                      - listPrice
                      - promotionalPrice
                      - transitTime
                      - dockTime
                      - timeToDockPlusDockTime
                      - totalTime
                      - deliveryWindows
                      - wareHouseId
                      - dockId
                      - wmsEndPoint
                      - location
                      - pickupStoreInfo
                      type: object
                      properties:
                        item:
                          title: Item1
                          required:
                          - id
                          - groupItemId
                          - quantity
                          - price
                          - modal
                          - additionalHandlingTime
                          - dimension
                          - kitItem
                          - unlimitedQuantity
                          type: object
                          properties:
                            id:
                              type: string
                            groupItemId:
                              type: string
                              nullable: true
                            quantity:
                              type: integer
                              format: int32
                            price:
                              type: number
                            modal:
                              type: string
                              nullable: true
                            additionalHandlingTime:
                              type: string
                            dimension:
                              title: Dimension1
                              required:
                              - weight
                              - height
                              - width
                              - length
                              - maxSumDimension
                              type: object
                              properties:
                                weight:
                                  type: number
                                height:
                                  type: number
                                width:
                                  type: number
                                length:
                                  type: number
                                maxSumDimension:
                                  type: number
                              example:
                                weight: 800
                                height: 10
                                width: 12
                                length: 35
                                maxSumDimension: 0
                            kitItem:
                              type: array
                              items:
                                type: string
                              description: '[Kit](https://help.vtex.com/en/tutorial/what-is-a-kit--5ov5s3eHM4AqAAgqWwoc28) item information.'
                            unlimitedQuantity:
                              type: boolean
                          example:
                            id: '2390059'
                            groupItemId: null
                            quantity: 1
                            price: 0
                            modal: null
                            additionalHandlingTime: 00:00:00
                            dimension:
                              weight: 800
                              height: 10
                              width: 12
                              length: 35
                              maxSumDimension: 0
                            kitItem: []
                            unlimitedQuantity: false
                        slaType:
                          type: string
                        slaTypeName:
                          type: string
                        freightTableName:
                          type: string
                        freightTableId:
                          type: string
                        listPrice:
                          type: number
                        promotionalPrice:
                          type: number
                        transitTime:
                          type: string
                        dockTime:
                          type: string
                        timeToDockPlusDockTime:
                          type: string
                        totalTime:
                          type: string
                        deliveryWindows:
                          type: string
                          nullable: true
                        wareHouseId:
                          type: string
                        dockId:
                          type: string
                        wmsEndPoint:
                          type: string
                        location:
                          title: Location1
                          required:
                          - zipCode
                          - country
                          - deliveryPointId
                          - point
                          - inStore
                          type: object
                          properties:
                            zipCode:
                              type: string
                            country:
                              type: string
                            deliveryPointId:
                              type: string
                              nullable: true
                            point:
                              type: string
                              nullable: true
                            inStore:
                              title: InStore1
                              required:
                              - IsCheckedIn
                              - StoreId
                              type: object
                              properties:
                                IsCheckedIn:
                                  type: boolean
                                StoreId:
                                  type: string
                              example:
                                IsCheckedIn: false
                                StoreId: '180082'
                          example:
                            zipCode: '22220070'
                            country: BRA
                            deliveryPointId: null
                            point: null
                            inStore:
                              IsCheckedIn: false
                              StoreId: '180082'
                        pickupStoreInfo:
                          type: string
                          nullable: true
                      example:
                        item:
                          id: '2390059'
                          groupItemId: null
                          quantity: 1
                          price: 0
                          modal: null
                          additionalHandlingTime: 00:00:00
                          dimension:
                            weight: 800
                            height: 10
                            width: 12
                            length: 35
                            maxSumDimension: 0
                          kitItem: []
                          unlimitedQuantity: false
                        slaType: Normal
                        slaTypeName: Normal
                        freightTableName: Correios PAC
                        freightTableId: 11cc4b6
                        listPrice: 10.5
                        promotionalPrice: 10.5
                        transitTime: 2.00:00:00
                        dockTime: 00:00:00
                        timeToDockPlusDockTime: 1.00:00:00
                        totalTime: 3.00:00:00
                        deliveryWindows: null
                        wareHouseId: '1937054'
                        dockId: '1_1_1'
                        wmsEndPoint: ''
                        location:
                          zipCode: '22220070'
                          country: BRA
                          deliveryPointId: null
                          point: null
                          inStore:
                            IsCheckedIn: false
                            StoreId: '180082'
                        pickupStoreInfo: null
                    description: SLA (Service Level Agreement) information.
                  PickupPointItemOptions:
                    type: string
                    nullable: true
                  CanceledDateUtc:
                    type: string
                  AuthorizedDateUtc:
                    type: string
                  ConfirmedDateUtc:
                    type: string
                  Errors:
                    type: array
                    items:
                      type: string
                    description: Errors details.
                  IsSucess:
                    type: boolean
                example:
                  LastUpdateDateUtc: '2016-04-15T19:59:20.0397988+00:00'
                  SalesChannel: '2'
                  LockId: 3bfe679d-c0a8-475a-b315-706f84a9deb4
                  ReservationDateUtc: '2016-04-15T19:59:20.0397988+00:00'
                  MaximumConfirmationDateUtc: '2016-04-15T20:09:20.0397988+00:00'
                  Status: 1
                  SlaRequest:
                  - item:
                      id: '2390059'
                      groupItemId: null
                      quantity: 1
                      price: 0
                      modal: null
                      additionalHandlingTime: 00:00:00
                      dimension:
                        weight: 800
                        height: 10
                        width: 12
                        length: 35
                        maxSumDimension: 0
                      kitItem: []
                      unlimitedQuantity: false
                    slaType: Normal
                    slaTypeName: Normal
                    freightTableName: Correios PAC
                    freightTableId: 11cc4b6
                    listPrice: 10.5
                    promotionalPrice: 10.5
                    transitTime: 2.00:00:00
                    dockTime: 00:00:00
                    timeToDockPlusDockTime: 1.00:00:00
                    totalTime: 3.00:00:00
                    deliveryWindows: null
                    wareHouseId: '1937054'
                    dockId: '1_1_1'
                    wmsEndPoint: ''
                    location:
                      zipCode: '22220070'
                      country: BRA
                      deliveryPointId: null
                      point: null
                      inStore:
                        IsCheckedIn: false
                        StoreId: '180082'
                    pickupStoreInfo: null
                  PickupPointItemOptions: null
                  CanceledDateUtc: '0001-01-01T00:00:00+00:00'
                  AuthorizedDateUtc: '2016-04-15T19:59:20.0397988+00:00'
                  ConfirmedDateUtc: '0001-01-01T00:00:00+00:00'
                  Errors: []
                  IsSucess: true
              example:
                LastUpdateDateUtc: '2016-04-15T19:59:20.0397988+00:00'
                SalesChannel: '2'
                LockId: 3bfe679d-c0a8-475a-b315-706f84a9deb4
                ReservationDateUtc: '2016-04-15T19:59:20.0397988+00:00'
                MaximumConfirmationDateUtc: '2016-04-15T20:09:20.0397988+00:00'
                Status: 1
                SlaRequest:
                - item:
                    id: '2390059'
                    groupItemId: null
                    quantity: 1
                    price: 0
                    modal: null
                    additionalHandlingTime: 00:00:00
                    dimension:
                      weight: 800
                      height: 10
                      width: 12
                      length: 35
                      maxSumDimension: 0
                    kitItem: []
                    unlimitedQuantity: false
                  slaType: Normal
                  slaTypeName: Normal
                  freightTableName: Correios PAC
                  freightTableId: 11cc4b6
                  listPrice: 10.5
                  promotionalPrice: 10.5
                  transitTime: 2.00:00:00
                  dockTime: 00:00:00
                  timeToDockPlusDockTime: 1.00:00:00
                  totalTime: 3.00:00:00
                  deliveryWindows: null
                  wareHouseId: '1937054'
                  dockId: '1_1_1'
                  wmsEndPoint: ''
                  location:
                    zipCode: '22220070'
                    country: BRA
                    deliveryPointId: null
                    point: null
                    inStore:
                      IsCheckedIn: false
                      StoreId: '180082'
                  pickupStoreInfo: null
                PickupPointItemOptions: null
                CanceledDateUtc: '0001-01-01T00:00:00+00:00'
                AuthorizedDateUtc: '2016-04-15T19:59:20.0397988+00:00'
                ConfirmedDateUtc: '0001-01-01T00:00:00+00:00'
                Errors: []
                IsSucess: true
      deprecated: false
  /api/logistics/pvt/inventory/reservations/{reservationId}:
    get:
      tags:
      - Reservations
      summary: VTex List reservation by ID
      description: Lists reservation's information by ID.
      operationId: ReservationById
      parameters:
      - name: Content-Type
        in: header
        description: Type of the content being sent.
        required: true
        style: simple
        schema:
          type: string
          default: application/json; charset=utf-8
      - name: Accept
        in: header
        description: HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
        required: true
        style: simple
        schema:
          type: string
          default: application/json
      - name: reservationId
  

# --- truncated at 32 KB (52 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/vtex/refs/heads/main/openapi/vtex-reservations-api-openapi.yml