# Added to Cart - Attribuly SS

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    Added to Cart - Attribuly SS:
      type: object
      properties:
        type:
          type: string
        attributes:
          type: object
          properties:
            time:
              type: string
            value:
              type: number
            value_currency:
              type: string
            unique_id:
              type: string
            properties:
              type: object
              properties:
                URL:
                  type: string
                  description: Url
                _ip:
                  type: string
                  description: Ip
                Product Name:
                  type: string
                  description: Product name
                ProductID:
                  type: string
                  description: Product Id
                VariantID:
                  type: string
                  description: Variant id
                Variant Name:
                  type: string
                  description: Variant Name
                Categories:
                  type: array
                  items:
                    type: string
                  description: Categories
                ImageURL:
                  type: string
                  description: Image url
                Brand:
                  type: string
                  description: Brand
                Price:
                  type: number
                  description: Price
                CompareAtPrice:
                  type: number
                  description: Compare Price
                $currency:
                  type: string
                Product Type:
                  type: string
                Variant SKU:
                  type: string
                  description: Sku
                OS:
                  type: string
                Browser:
                  type: string
                Quantity:
                  type: integer
                  description: Quantity
                VariantTitle:
                  type: string
                SKU:
                  type: string
                $value:
                  type: number
              required:
                - URL
                - _ip
                - Product Name
                - ProductID
                - VariantID
                - Variant Name
                - Categories
                - ImageURL
                - Brand
                - Price
                - CompareAtPrice
                - $currency
                - Product Type
                - Variant SKU
                - OS
                - Browser
                - Quantity
                - VariantTitle
                - SKU
                - $value
              x-apifox-orders:
                - URL
                - _ip
                - Product Name
                - ProductID
                - VariantID
                - Variant Name
                - Categories
                - ImageURL
                - Brand
                - Price
                - CompareAtPrice
                - $currency
                - Product Type
                - Variant SKU
                - OS
                - Browser
                - Quantity
                - VariantTitle
                - SKU
                - $value
            metric:
              type: object
              properties:
                data:
                  type: object
                  properties:
                    type:
                      type: string
                    attributes:
                      type: object
                      properties:
                        name:
                          type: string
                        service:
                          type: string
                      required:
                        - name
                        - service
                      x-apifox-orders:
                        - name
                        - service
                  required:
                    - type
                    - attributes
                  x-apifox-orders:
                    - type
                    - attributes
              required:
                - data
              x-apifox-orders:
                - data
            profile:
              type: object
              properties:
                data:
                  type: object
                  properties:
                    type:
                      type: string
                    attributes:
                      type: object
                      properties:
                        email:
                          type: string
                        phone_number:
                          type: string
                        first_name:
                          type: string
                        last_name:
                          type: string
                        location:
                          type: object
                          properties:
                            address1:
                              type: string
                            address2:
                              type: string
                            city:
                              type: string
                            country:
                              type: string
                            region:
                              type: string
                            zip:
                              type: string
                          required:
                            - address1
                            - address2
                            - city
                            - country
                            - region
                            - zip
                          x-apifox-orders:
                            - address1
                            - address2
                            - city
                            - country
                            - region
                            - zip
                      required:
                        - email
                        - phone_number
                        - first_name
                        - last_name
                        - location
                      x-apifox-orders:
                        - email
                        - phone_number
                        - first_name
                        - last_name
                        - location
                  required:
                    - type
                    - attributes
                  x-apifox-orders:
                    - type
                    - attributes
              required:
                - data
              x-apifox-orders:
                - data
          required:
            - time
            - value
            - value_currency
            - unique_id
            - properties
            - metric
            - profile
          x-apifox-orders:
            - time
            - value
            - value_currency
            - unique_id
            - properties
            - metric
            - profile
      required:
        - type
        - attributes
      x-apifox-orders:
        - type
        - attributes
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://data-api.test.attribuly.com
    description: test
  - url: https://data.api.attribuly.com
    description: prod
security: []

```
