Types > Plan
Commerce APITypesPlan
Plan

Description

Topics: Info, Plan

Fields

abandoned_order_notifications: Boolean!


address_verify_fee: Int!


admin_only: Boolean!


analytics: PlanAnalyticsFlags!


annual: Boolean!


api_requests_capacity: Int!


api_requests_per_second: Int!


api_token: Boolean!


card_tokenization: Boolean!


custom: Boolean!


data_feed_limit: Int!


gift_card: Boolean!


inventory_location_limit: Int!


language_limit: Int!


monthly_address_verifications: Int!


monthly_orders: Int!


monthly_returns: Int!


multiple_currencies: Boolean!


order_fee: Int!


plan_id: String!

Unique plan identifier. See also: Unique Identifiers

Example: "medium"


plan_name: String!

Plan name

Example: "Growing"


price: Int!


price_annual: Int!


product_limit: Int!


real_time_shipping_rates: Boolean!


return_fee: Int!


risk_evaluation: Boolean!


storage_limit: Int!


testing_only: Boolean!


transaction_fee: Float!


user_limit: Int!


Used By

Queries

infoPlans, plan

Preview (typescript)

interface Plan {
abandoned_order_notifications: boolean
address_verify_fee: number
admin_only: boolean
analytics: PlanAnalyticsFlags
annual: boolean
api_requests_capacity: number
api_requests_per_second: number
api_token: boolean
card_tokenization: boolean
custom: boolean
data_feed_limit: number
gift_card: boolean
inventory_location_limit: number
language_limit: number
monthly_address_verifications: number
monthly_orders: number
monthly_returns: number
multiple_currencies: boolean
order_fee: number
plan_id: string
plan_name: string
price: number
price_annual: number
product_limit: number
real_time_shipping_rates: boolean
return_fee: number
risk_evaluation: boolean
storage_limit: number
testing_only: boolean
transaction_fee: number
user_limit: number
}