Types > Plan
Description
Fields
abandoned_order_notifications: Boolean!
analytics: PlanAnalyticsFlags!
inventory_location_limit: Int!
monthly_address_verifications: Int!
Unique plan identifier. See also: Unique Identifiers
Example: "medium"
Plan name
Example: "Growing"
real_time_shipping_rates: Boolean!
Used By
Queries
Preview (typescript)
interface Plan {abandoned_order_notifications: booleanaddress_verify_fee: numberadmin_only: booleananalytics: PlanAnalyticsFlagsannual: booleanapi_requests_capacity: numberapi_requests_per_second: numberapi_token: booleancard_tokenization: booleancustom: booleandata_feed_limit: numbergift_card: booleaninventory_location_limit: numberlanguage_limit: numbermonthly_address_verifications: numbermonthly_orders: numbermonthly_returns: numbermultiple_currencies: booleanorder_fee: numberplan_id: stringplan_name: stringprice: numberprice_annual: numberproduct_limit: numberreal_time_shipping_rates: booleanreturn_fee: numberrisk_evaluation: booleanstorage_limit: numbertesting_only: booleantransaction_fee: numberuser_limit: number}