Product types

This list contains all query and inputs types for the product endpoints.


TimeStamp

    Arguments

  • Name
    format
    Type
    String
    Description

    The supported format parameters: fromNow YYYY-MM-DD HH:mm:ss

  • Name
    suffix
    Type
    Boolean
    Description

    TimeStamp suffix, defaults to true

    Return type

  • Description

    scalar TimeStamp

    Example:
    {
    	updated_at('YYYY-MM-DD')
    	---
    	updated_at: "2023-09-22"
    }
    

Image

Fields

  • Name
    id
    Type
    ID!
    Description

    The image unique identifier.

  • Name
    _id
    Type
    Int!
    Description

    The image unique number identifier.

  • Name
    uid
    Type
    ID!
    Description

    The image unique identifier.

  • Name
    title
    Type
    String!
    Description

    The image title.

  • Name
    path
    Type
    String!
    Description

    The image title.

    Arguments
  • Name
    version
    Type
    ImageVariant
    Description

    The image variant version.

    enum ImageVariant {
    	version1
    	version2
    	version3
    }
    
  • Name
    key
    Type
    String!
    Description

    The image key.

  • Name
    alt
    Type
    String!
    Description

    The image alt.

  • Name
    resource_type
    Type
    String!
    Description

    The image resource type.

  • Name
    overview
    Label
    ImageOverview!
    Description

    The image resource type.

  • Name
    updated_at
    Label
    TimeStamp!
    Description

    Timestamp of when the image was updated.

  • Name
    created_at
    Label
    TimeStamp!
    Description

    Timestamp of when the image was created.


ImageOverview

Fields

  • Name
    width
    Type
    Float
    Description

    The image width.

  • Name
    height
    Type
    Float
    Description

    The image height.

  • Name
    type
    Type
    String
    Description

    The image type.

  • Name
    size
    Type
    String!
    Description

    The image size.

    Arguments
  • Name
    format
    Type
    String
    Description

    format the image size type.


Domain

Fields

  • Name
    id
    Type
    ID!
    Description

    Unique identifier for the domain.

  • Name
    uid
    Type
    ID!
    Description

    Unique identifier for the domain.

  • Name
    _id
    Type
    Int!
    Description

    Unique numeral identifier for the domain.

  • Name
    name
    Type
    String!
    Description

    The domain name.

  • Name
    connected
    Type
    Boolean!
    Description

    The domain connected option.

  • Name
    ssl_connected
    Type
    Boolean!
    Description

    The domain ssl connected option.

  • Name
    require_actions
    Type
    Boolean!
    Description

    The domain require actions option.

  • Name
    redirect_to_primary
    Type
    Boolean!
    Description

    The domain redirect to primary option.

  • Name
    registrar
    Type
    String
    Description

    The domain registrar.

  • Name
    home_funnel
    Label
    Funnel
    Type
    /funnels/types#funnel
    Description

    The domain home funnel.

  • Name
    resource_type
    Type
    FunnelResourceType
    Description

    The domain resource type.

    enum FunnelResourceType {
    	funnel
    	store
    }
    
  • Name
    store_id
    Type
    ID
    Description

    The domain store id.

  • Name
    updated_at
    Label
    TimeStamp!
    Description

    Timestamp of when the domain was updated.

  • Name
    created_at
    Label
    TimeStamp!
    Description

    Timestamp of when the domain was created.


PaymentGateway

Fields

  • Name
    id
    Type
    ID!
    Description

    Unique identifier for the payment gateway.

  • Name
    _id
    Type
    Int!
    Description

    Unique numeral identifier for the payment gateway.

  • Name
    type
    Type
    payment_gateway_type!
    Description

    The payment gateway type.

    enum payment_gateway_type {
    	paypal
    	cod
    	stripe
    	external
    	razorpay
    	cinetpay
    	thirdparty
    }
    
  • Name
    prototype
    Label
    PaymentGatewayPrototype!
    Description

    the payment gateway prototype.

  • Name
    settings
    Type
    PaymentGatewaySettings!
    Description

    The payment gateway settings.

    scalar PaymentGatewaySettings
    
  • Name
    details
    Type
    PaymentGatewayDetails!
    Description

    The payment gateway details.

    scalar PaymentGatewayDetails
    
  • Name
    active
    Type
    Boolean!
    Description

    The payment gateway active option.

  • Name
    identifier
    Type
    String!
    Description

    The payment gateway identifier.

  • Name
    test
    Type
    Boolean!
    Description

    The payment gateway test option.

  • Name
    platform_active
    Type
    Boolean!
    Description

    The payment gateway platform active option.


PaymentGatewayPrototype

  • Name
    id
    Type
    ID!
    Description

    Unique identifier for the payment gateway prototype.

  • Name
    label
    Type
    String!
    Description

    The payment gateway prototype label.

  • Name
    link
    Type
    String!
    Description

    The payment gateway prototype link.

  • Name
    thumbnail
    Type
    String!
    Description

    The payment gateway prototype thumbnail.

  • Name
    key
    Type
    String!
    Description

    The payment gateway prototype key.

  • Name
    backendOnly
    Type
    Boolean!
    Description

    The payment gateway prototype backendOnly boolean.

  • Name
    thirdparty
    Type
    Boolean!
    Description

    The payment gateway prototype thirdparty boolean.

  • Name
    express
    Type
    Boolean!
    Description

    The payment gateway prototype express boolean.

  • Name
    testMode
    Type
    Boolean!
    Description

    The payment gateway prototype testMode boolean.

  • Name
    public
    Type
    Boolean!
    Description

    The payment gateway prototype public boolean.

  • Name
    keys
    Type
    PaymentGatewayPrototypeKeys!
    Description

    The payment gateway prototype keys.

    scalar PaymentGatewayPrototypeKeys
    
  • Name
    connection_keys
    Type
    PaymentGatewayPrototypeKeys!
    Description

    The payment gateway prototype connection keys.

    scalar PaymentGatewayPrototypeKeys