VTEX · Schema

GetGiftCardusingJSONRequest

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
cart object
client object
View JSON Schema on GitHub

JSON Schema

vtex-getgiftcardusingjsonrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetGiftCardusingJSONRequest",
  "title": "GetGiftCardusingJSONRequest",
  "type": "object",
  "required": [
    "cart",
    "client"
  ],
  "properties": {
    "cart": {
      "$ref": "#/components/schemas/Cart"
    },
    "client": {
      "$ref": "#/components/schemas/Client"
    }
  }
}