shipping_zones.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. {
  2. "shipping_zones": [
  3. {
  4. "id": 1,
  5. "name": "Canada",
  6. "countries": [
  7. {
  8. "id": 189,
  9. "name": "Canada",
  10. "tax": 0,
  11. "code": "CA",
  12. "tax_name": "GST",
  13. "provinces": [
  14. {
  15. "id": 1,
  16. "country_id": 189,
  17. "name": "Alberta",
  18. "code": "AB",
  19. "tax": 0,
  20. "tax_name": "PST",
  21. "tax_type": null,
  22. "shipping_zone_id": 1,
  23. "tax_percentage": 0
  24. },
  25. {
  26. "id": 2,
  27. "country_id": 189,
  28. "name": "British Columbia",
  29. "code": "BC",
  30. "tax": 0,
  31. "tax_name": "PST",
  32. "tax_type": null,
  33. "shipping_zone_id": 1,
  34. "tax_percentage": 0
  35. },
  36. {
  37. "id": 9,
  38. "country_id": 189,
  39. "name": "Ontario",
  40. "code": "ON",
  41. "tax": 0,
  42. "tax_name": "HST",
  43. "tax_type": "harmonized",
  44. "shipping_zone_id": 1,
  45. "tax_percentage": 0
  46. },
  47. {
  48. "id": 11,
  49. "country_id": 189,
  50. "name": "Quebec",
  51. "code": "QC",
  52. "tax": 0,
  53. "tax_name": "QST",
  54. "tax_type": null,
  55. "shipping_zone_id": 1,
  56. "tax_percentage": 0
  57. }
  58. ]
  59. }
  60. ],
  61. "weight_based_shipping_rates": [
  62. {
  63. "id": 1,
  64. "weight_low": 0,
  65. "weight_high": 55.12,
  66. "name": "Lighter items",
  67. "price": "10.00",
  68. "shipping_zone_id": 1
  69. }
  70. ],
  71. "price_based_shipping_rates": [
  72. {
  73. "id": 1,
  74. "name": "Cheaper items",
  75. "min_order_subtotal": "0.00",
  76. "price": "100.00",
  77. "max_order_subtotal": "50.00",
  78. "shipping_zone_id": 1
  79. }
  80. ],
  81. "carrier_shipping_rate_providers": [
  82. {
  83. "id": 81,
  84. "country_id": null,
  85. "carrier_service_id": 15,
  86. "percent_modifier": 1,
  87. "service_filter": {
  88. "*": "+"
  89. },
  90. "flat_modifier": "0.00",
  91. "shipping_zone_id": 1
  92. },
  93. {
  94. "id": 454,
  95. "country_id": null,
  96. "carrier_service_id": 17,
  97. "percent_modifier": 0,
  98. "service_filter": {
  99. "*": "+"
  100. },
  101. "flat_modifier": "0.00",
  102. "shipping_zone_id": 1
  103. },
  104. {
  105. "id": 457,
  106. "country_id": null,
  107. "carrier_service_id": 21,
  108. "percent_modifier": 0,
  109. "service_filter": {
  110. "*": "+"
  111. },
  112. "flat_modifier": "0.00",
  113. "shipping_zone_id": 1
  114. },
  115. {
  116. "id": 460,
  117. "country_id": null,
  118. "carrier_service_id": 22,
  119. "percent_modifier": 0,
  120. "service_filter": {
  121. "*": "+"
  122. },
  123. "flat_modifier": "0.00",
  124. "shipping_zone_id": 1
  125. }
  126. ]
  127. },
  128. {
  129. "id": 2,
  130. "name": "US",
  131. "countries": [
  132. {
  133. "id": 190,
  134. "name": "United States",
  135. "tax": 0,
  136. "code": "US",
  137. "tax_name": "Federal Tax",
  138. "provinces": [
  139. {
  140. "id": 58,
  141. "country_id": 190,
  142. "name": "Puerto Rico",
  143. "code": "PR",
  144. "tax": 0,
  145. "tax_name": "State Tax",
  146. "tax_type": null,
  147. "shipping_zone_id": 2,
  148. "tax_percentage": 0
  149. },
  150. {
  151. "id": 67,
  152. "country_id": 190,
  153. "name": "Washington",
  154. "code": "WA",
  155. "tax": 0,
  156. "tax_name": "State Tax",
  157. "tax_type": null,
  158. "shipping_zone_id": 2,
  159. "tax_percentage": 0
  160. },
  161. {
  162. "id": 70,
  163. "country_id": 190,
  164. "name": "Wisconsin",
  165. "code": "WI",
  166. "tax": 0,
  167. "tax_name": "State Tax",
  168. "tax_type": null,
  169. "shipping_zone_id": 2,
  170. "tax_percentage": 0
  171. },
  172. {
  173. "id": 71,
  174. "country_id": 190,
  175. "name": "Wyoming",
  176. "code": "WY",
  177. "tax": 0,
  178. "tax_name": "State Tax",
  179. "tax_type": null,
  180. "shipping_zone_id": 2,
  181. "tax_percentage": 0
  182. }
  183. ]
  184. }
  185. ],
  186. "weight_based_shipping_rates": [
  187. ],
  188. "price_based_shipping_rates": [
  189. ],
  190. "carrier_shipping_rate_providers": [
  191. {
  192. "id": 455,
  193. "country_id": null,
  194. "carrier_service_id": 17,
  195. "percent_modifier": 0,
  196. "service_filter": {
  197. "*": "+"
  198. },
  199. "flat_modifier": "0.00",
  200. "shipping_zone_id": 2
  201. },
  202. {
  203. "id": 458,
  204. "country_id": null,
  205. "carrier_service_id": 21,
  206. "percent_modifier": 0,
  207. "service_filter": {
  208. "*": "+"
  209. },
  210. "flat_modifier": "0.00",
  211. "shipping_zone_id": 2
  212. },
  213. {
  214. "id": 461,
  215. "country_id": null,
  216. "carrier_service_id": 22,
  217. "percent_modifier": 0,
  218. "service_filter": {
  219. "*": "+"
  220. },
  221. "flat_modifier": "0.00",
  222. "shipping_zone_id": 2
  223. },
  224. {
  225. "id": 475,
  226. "country_id": null,
  227. "carrier_service_id": 15,
  228. "percent_modifier": 0,
  229. "service_filter": {
  230. "*": "+"
  231. },
  232. "flat_modifier": "0.00",
  233. "shipping_zone_id": 2
  234. }
  235. ]
  236. },
  237. {
  238. "id": 7,
  239. "name": "UK",
  240. "countries": [
  241. {
  242. "id": 195,
  243. "name": "United Kingdom",
  244. "tax": 0,
  245. "code": "GB",
  246. "tax_name": "VAT",
  247. "provinces": [
  248. ]
  249. }
  250. ],
  251. "weight_based_shipping_rates": [
  252. ],
  253. "price_based_shipping_rates": [
  254. {
  255. "id": 2,
  256. "name": "Some name",
  257. "min_order_subtotal": "0.00",
  258. "price": "30.00",
  259. "max_order_subtotal": "29.99",
  260. "shipping_zone_id": 7
  261. }
  262. ],
  263. "carrier_shipping_rate_providers": [
  264. {
  265. "id": 456,
  266. "country_id": null,
  267. "carrier_service_id": 17,
  268. "percent_modifier": 0,
  269. "service_filter": {
  270. "*": "+"
  271. },
  272. "flat_modifier": "0.00",
  273. "shipping_zone_id": 7
  274. },
  275. {
  276. "id": 459,
  277. "country_id": null,
  278. "carrier_service_id": 21,
  279. "percent_modifier": 0,
  280. "service_filter": {
  281. "*": "+"
  282. },
  283. "flat_modifier": "0.00",
  284. "shipping_zone_id": 7
  285. },
  286. {
  287. "id": 462,
  288. "country_id": null,
  289. "carrier_service_id": 22,
  290. "percent_modifier": 0,
  291. "service_filter": {
  292. "*": "+"
  293. },
  294. "flat_modifier": "0.00",
  295. "shipping_zone_id": 7
  296. },
  297. {
  298. "id": 476,
  299. "country_id": null,
  300. "carrier_service_id": 15,
  301. "percent_modifier": 0,
  302. "service_filter": {
  303. "*": "+"
  304. },
  305. "flat_modifier": "0.00",
  306. "shipping_zone_id": 7
  307. }
  308. ]
  309. }
  310. ]
  311. }