Limits
No description
type Limits {
channels: Int
orders: Int
productVariants: Int
staffUsers: Int
warehouses: Int
}
Fields
Limits.channels
● Int
scalar miscellaneous
Defines the number of channels.
Limits.orders
● Int
scalar miscellaneous
Defines the number of order.
Limits.productVariants
● Int
scalar miscellaneous
Defines the number of product variants.
Limits.staffUsers
● Int
scalar miscellaneous
Defines the number of staff users.
Limits.warehouses
● Int
scalar miscellaneous
Defines the number of warehouses.
Member Of
LimitInfo
object