geographicZoneCreate
mutation
Create geographic zone
Adds a new geographic zone for the company, linking regions to specific tax and shipping rules.
mutation {
geographicZoneCreate(companyId: Int!, data: GeographicZoneInsert!): GeographicZone!
}Returns: GeographicZone!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | GeographicZoneInsert! |