# Checkout Started - Attribuly SS

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    Checkout Started - 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:
                Collections:
                  type: array
                  items:
                    type: string
                  description: Collections
                $currency_code:
                  type: string
                Items:
                  type: array
                  items:
                    type: string
                  description: 'Product Name '
                Item Count:
                  type: integer
                presentment_currency:
                  type: string
                $value:
                  type: number
                Discount Codes:
                  type: array
                  items:
                    type: string
                Total Discounts:
                  type: integer
                $extra:
                  type: object
                  properties:
                    full_landing_site:
                      type: string
                    referring_site:
                      type: string
                    checkout_url:
                      type: string
                      description: Checkout url
                    responsive_checkout_url:
                      type: string
                    line_items:
                      type: array
                      items:
                        type: object
                        properties:
                          key:
                            type: string
                          presentment_title:
                            type: string
                          parent_relationship:
                            type: string
                          compare_at_price:
                            type: number
                            description: Compare price
                          line_price_set:
                            type: object
                            properties:
                              shop_money:
                                type: object
                                properties:
                                  amount:
                                    type: number
                                required:
                                  - amount
                                x-apifox-orders:
                                  - amount
                              presentment_money:
                                type: object
                                properties:
                                  amount:
                                    type: number
                                required:
                                  - amount
                                x-apifox-orders:
                                  - amount
                            required:
                              - shop_money
                              - presentment_money
                            x-apifox-orders:
                              - shop_money
                              - presentment_money
                            description: Line Price
                          grams:
                            type: string
                          product_id:
                            type: string
                            description: Product Id
                          line_price:
                            type: number
                            description: Line Price
                          variant_price:
                            type: number
                            description: Variant price
                          variant_id:
                            type: string
                            description: Variant id
                          vendor:
                            type: string
                          quantity:
                            type: integer
                            description: Quantity
                          price:
                            type: number
                            description: Price
                          sku:
                            type: string
                            description: Sku
                          variant_title:
                            type: string
                            description: Variant title
                          presentment_variant_title:
                            type: string
                          title:
                            type: string
                            description: Product title
                          product:
                            type: object
                            properties:
                              body_html:
                                type: string
                              tags:
                                type: string
                              handle:
                                type: string
                              id:
                                type: string
                              title:
                                type: string
                              product_type:
                                type: string
                              url:
                                type: string
                              vendor:
                                type: string
                              images:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    src:
                                      type: string
                                  x-apifox-orders:
                                    - src
                              variant:
                                type: object
                                properties:
                                  sku:
                                    type: string
                                  title:
                                    type: string
                                  images:
                                    type: array
                                    items:
                                      type: object
                                      properties:
                                        src:
                                          type: string
                                      x-apifox-orders:
                                        - src
                                  id:
                                    type: string
                                required:
                                  - sku
                                  - title
                                  - images
                                  - id
                                x-apifox-orders:
                                  - sku
                                  - title
                                  - images
                                  - id
                            required:
                              - body_html
                              - tags
                              - handle
                              - id
                              - title
                              - product_type
                              - url
                              - vendor
                              - images
                              - variant
                            x-apifox-orders:
                              - body_html
                              - tags
                              - handle
                              - id
                              - title
                              - product_type
                              - url
                              - vendor
                              - images
                              - variant
                        x-apifox-orders:
                          - key
                          - presentment_title
                          - parent_relationship
                          - compare_at_price
                          - line_price_set
                          - grams
                          - product_id
                          - line_price
                          - variant_price
                          - variant_id
                          - vendor
                          - quantity
                          - price
                          - sku
                          - variant_title
                          - presentment_variant_title
                          - title
                          - product
                  required:
                    - full_landing_site
                    - referring_site
                    - checkout_url
                    - responsive_checkout_url
                    - line_items
                  x-apifox-orders:
                    - full_landing_site
                    - referring_site
                    - checkout_url
                    - responsive_checkout_url
                    - line_items
              required:
                - Collections
                - $currency_code
                - Items
                - Item Count
                - presentment_currency
                - $value
                - Discount Codes
                - Total Discounts
                - $extra
              x-apifox-orders:
                - Collections
                - $currency_code
                - Items
                - Item Count
                - presentment_currency
                - $value
                - Discount Codes
                - Total Discounts
                - $extra
            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: []

```
