fake_shopify 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (969) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +72 -0
  3. data/Rakefile +16 -0
  4. data/lib/fake_shopify.rb +13 -0
  5. data/lib/fake_shopify/bootable.rb +18 -0
  6. data/lib/fake_shopify/configuration.rb +11 -0
  7. data/lib/fake_shopify/fixtures/2019-04/analytics/report/create.json +9 -0
  8. data/lib/fake_shopify/fixtures/2019-04/analytics/report/destroy.json +1 -0
  9. data/lib/fake_shopify/fixtures/2019-04/analytics/report/index.json +18 -0
  10. data/lib/fake_shopify/fixtures/2019-04/analytics/report/show.json +9 -0
  11. data/lib/fake_shopify/fixtures/2019-04/analytics/report/update.json +9 -0
  12. data/lib/fake_shopify/fixtures/2019-04/billing/application_charge/activate.json +15 -0
  13. data/lib/fake_shopify/fixtures/2019-04/billing/application_charge/create.json +16 -0
  14. data/lib/fake_shopify/fixtures/2019-04/billing/application_charge/index.json +43 -0
  15. data/lib/fake_shopify/fixtures/2019-04/billing/application_charge/show.json +15 -0
  16. data/lib/fake_shopify/fixtures/2019-04/billing/application_credit/create.json +8 -0
  17. data/lib/fake_shopify/fixtures/2019-04/billing/application_credit/index.json +10 -0
  18. data/lib/fake_shopify/fixtures/2019-04/billing/application_credit/show.json +8 -0
  19. data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/activate.json +19 -0
  20. data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/create.json +20 -0
  21. data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/customize.json +24 -0
  22. data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/destroy.json +1 -0
  23. data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/index.json +21 -0
  24. data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/show.json +20 -0
  25. data/lib/fake_shopify/fixtures/2019-04/billing/usage_charge/create.json +12 -0
  26. data/lib/fake_shopify/fixtures/2019-04/billing/usage_charge/index.json +14 -0
  27. data/lib/fake_shopify/fixtures/2019-04/billing/usage_charge/show.json +12 -0
  28. data/lib/fake_shopify/fixtures/2019-04/customers/customer/account_activation_url.json +3 -0
  29. data/lib/fake_shopify/fixtures/2019-04/customers/customer/count.json +3 -0
  30. data/lib/fake_shopify/fixtures/2019-04/customers/customer/create.json +67 -0
  31. data/lib/fake_shopify/fixtures/2019-04/customers/customer/destroy.json +1 -0
  32. data/lib/fake_shopify/fixtures/2019-04/customers/customer/index.json +69 -0
  33. data/lib/fake_shopify/fixtures/2019-04/customers/customer/search.json +69 -0
  34. data/lib/fake_shopify/fixtures/2019-04/customers/customer/send_invite.json +9 -0
  35. data/lib/fake_shopify/fixtures/2019-04/customers/customer/show.json +67 -0
  36. data/lib/fake_shopify/fixtures/2019-04/customers/customer/update.json +67 -0
  37. data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/create.json +21 -0
  38. data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/default.json +21 -0
  39. data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/destroy.json +1 -0
  40. data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/index.json +23 -0
  41. data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/set.json +1 -0
  42. data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/show.json +21 -0
  43. data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/update.json +21 -0
  44. data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/count.json +3 -0
  45. data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/create.json +9 -0
  46. data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/destroy.json +1 -0
  47. data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/index.json +25 -0
  48. data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/other.json +69 -0
  49. data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/show.json +9 -0
  50. data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/update.json +9 -0
  51. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_create.json +14 -0
  52. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_discount_codes_index.json +19 -0
  53. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_show.json +14 -0
  54. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/create.json +10 -0
  55. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/destroy.json +1 -0
  56. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/index.json +12 -0
  57. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/lookup.json +1 -0
  58. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/show.json +10 -0
  59. data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/update.json +10 -0
  60. data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/count.json +3 -0
  61. data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/create.json +23 -0
  62. data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/destroy.json +1 -0
  63. data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/index.json +38 -0
  64. data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/show.json +36 -0
  65. data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/update.json +36 -0
  66. data/lib/fake_shopify/fixtures/2019-04/events/events/count.json +3 -0
  67. data/lib/fake_shopify/fixtures/2019-04/events/events/index.json +50 -0
  68. data/lib/fake_shopify/fixtures/2019-04/events/events/show.json +17 -0
  69. data/lib/fake_shopify/fixtures/2019-04/events/webhooks/count.json +3 -0
  70. data/lib/fake_shopify/fixtures/2019-04/events/webhooks/create.json +14 -0
  71. data/lib/fake_shopify/fixtures/2019-04/events/webhooks/destroy.json +1 -0
  72. data/lib/fake_shopify/fixtures/2019-04/events/webhooks/index.json +26 -0
  73. data/lib/fake_shopify/fixtures/2019-04/events/webhooks/show.json +14 -0
  74. data/lib/fake_shopify/fixtures/2019-04/events/webhooks/update.json +14 -0
  75. data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/index.json +46 -0
  76. data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/show.json +16 -0
  77. data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/update.json +16 -0
  78. data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/adjust.json +9 -0
  79. data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/connect.json +9 -0
  80. data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/destroy.json +1 -0
  81. data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/index.json +32 -0
  82. data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/set.json +9 -0
  83. data/lib/fake_shopify/fixtures/2019-04/inventory/locations/count.json +3 -0
  84. data/lib/fake_shopify/fixtures/2019-04/inventory/locations/index.json +99 -0
  85. data/lib/fake_shopify/fixtures/2019-04/inventory/locations/inventory_levels.json +32 -0
  86. data/lib/fake_shopify/fixtures/2019-04/inventory/locations/show.json +21 -0
  87. data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/count.json +3 -0
  88. data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/create.json +12 -0
  89. data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/destroy.json +1 -0
  90. data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/engagements.json +64 -0
  91. data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/index.json +28 -0
  92. data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/show.json +26 -0
  93. data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/update.json +17 -0
  94. data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/count.json +3 -0
  95. data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/create.json +15 -0
  96. data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/destroy.json +1 -0
  97. data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/index.json +17 -0
  98. data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/show.json +15 -0
  99. data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/update.json +15 -0
  100. data/lib/fake_shopify/fixtures/2019-04/online_store/articles/authors.json +8 -0
  101. data/lib/fake_shopify/fixtures/2019-04/online_store/articles/count.json +3 -0
  102. data/lib/fake_shopify/fixtures/2019-04/online_store/articles/create.json +18 -0
  103. data/lib/fake_shopify/fixtures/2019-04/online_store/articles/destroy.json +1 -0
  104. data/lib/fake_shopify/fixtures/2019-04/online_store/articles/index.json +75 -0
  105. data/lib/fake_shopify/fixtures/2019-04/online_store/articles/show.json +25 -0
  106. data/lib/fake_shopify/fixtures/2019-04/online_store/articles/tags.json +6 -0
  107. data/lib/fake_shopify/fixtures/2019-04/online_store/articles/update.json +25 -0
  108. data/lib/fake_shopify/fixtures/2019-04/online_store/assets/destroy.json +3 -0
  109. data/lib/fake_shopify/fixtures/2019-04/online_store/assets/index.json +247 -0
  110. data/lib/fake_shopify/fixtures/2019-04/online_store/assets/show.json +12 -0
  111. data/lib/fake_shopify/fixtures/2019-04/online_store/assets/update.json +11 -0
  112. data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/count.json +3 -0
  113. data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/create.json +15 -0
  114. data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/destroy.json +1 -0
  115. data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/index.json +30 -0
  116. data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/show.json +15 -0
  117. data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/update.json +15 -0
  118. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/approve.json +15 -0
  119. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/count.json +3 -0
  120. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/create.json +17 -0
  121. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/destroy.json +1 -0
  122. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/index.json +34 -0
  123. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/not_spam.json +15 -0
  124. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/remove.json +15 -0
  125. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/restore.json +15 -0
  126. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/show.json +17 -0
  127. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/spam.json +15 -0
  128. data/lib/fake_shopify/fixtures/2019-04/online_store/comments/update.json +17 -0
  129. data/lib/fake_shopify/fixtures/2019-04/online_store/pages/count.json +3 -0
  130. data/lib/fake_shopify/fixtures/2019-04/online_store/pages/create.json +15 -0
  131. data/lib/fake_shopify/fixtures/2019-04/online_store/pages/destroy.json +1 -0
  132. data/lib/fake_shopify/fixtures/2019-04/online_store/pages/index.json +56 -0
  133. data/lib/fake_shopify/fixtures/2019-04/online_store/pages/show.json +15 -0
  134. data/lib/fake_shopify/fixtures/2019-04/online_store/pages/update.json +15 -0
  135. data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/count.json +3 -0
  136. data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/create.json +7 -0
  137. data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/destroy.json +1 -0
  138. data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/index.json +19 -0
  139. data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/show.json +7 -0
  140. data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/update.json +7 -0
  141. data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/count.json +3 -0
  142. data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/create.json +10 -0
  143. data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/destroy.json +1 -0
  144. data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/index.json +12 -0
  145. data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/show.json +10 -0
  146. data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/update.json +10 -0
  147. data/lib/fake_shopify/fixtures/2019-04/online_store/themes/create.json +13 -0
  148. data/lib/fake_shopify/fixtures/2019-04/online_store/themes/destroy.json +11 -0
  149. data/lib/fake_shopify/fixtures/2019-04/online_store/themes/index.json +37 -0
  150. data/lib/fake_shopify/fixtures/2019-04/online_store/themes/show.json +13 -0
  151. data/lib/fake_shopify/fixtures/2019-04/online_store/themes/update.json +13 -0
  152. data/lib/fake_shopify/fixtures/2019-04/orders/checkouts/count.json +3 -0
  153. data/lib/fake_shopify/fixtures/2019-04/orders/checkouts/index.json +365 -0
  154. data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/complete.json +139 -0
  155. data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/count.json +3 -0
  156. data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/create.json +75 -0
  157. data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/destroy.json +1 -0
  158. data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/index.json +622 -0
  159. data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/send_invoice.json +11 -0
  160. data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/show.json +139 -0
  161. data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/update.json +139 -0
  162. data/lib/fake_shopify/fixtures/2019-04/orders/orders/cancel.json +820 -0
  163. data/lib/fake_shopify/fixtures/2019-04/orders/orders/close.json +819 -0
  164. data/lib/fake_shopify/fixtures/2019-04/orders/orders/count.json +3 -0
  165. data/lib/fake_shopify/fixtures/2019-04/orders/orders/create.json +171 -0
  166. data/lib/fake_shopify/fixtures/2019-04/orders/orders/destroy.json +1 -0
  167. data/lib/fake_shopify/fixtures/2019-04/orders/orders/index.json +821 -0
  168. data/lib/fake_shopify/fixtures/2019-04/orders/orders/open.json +819 -0
  169. data/lib/fake_shopify/fixtures/2019-04/orders/orders/show.json +9 -0
  170. data/lib/fake_shopify/fixtures/2019-04/orders/orders/update.json +819 -0
  171. data/lib/fake_shopify/fixtures/2019-04/orders/refunds/calculate.json +35 -0
  172. data/lib/fake_shopify/fixtures/2019-04/orders/refunds/create.json +130 -0
  173. data/lib/fake_shopify/fixtures/2019-04/orders/refunds/index.json +232 -0
  174. data/lib/fake_shopify/fixtures/2019-04/orders/refunds/show.json +230 -0
  175. data/lib/fake_shopify/fixtures/2019-04/orders/risks/create.json +14 -0
  176. data/lib/fake_shopify/fixtures/2019-04/orders/risks/destroy.json +1 -0
  177. data/lib/fake_shopify/fixtures/2019-04/orders/risks/index.json +28 -0
  178. data/lib/fake_shopify/fixtures/2019-04/orders/risks/show.json +14 -0
  179. data/lib/fake_shopify/fixtures/2019-04/orders/risks/update.json +14 -0
  180. data/lib/fake_shopify/fixtures/2019-04/orders/transactions/count.json +3 -0
  181. data/lib/fake_shopify/fixtures/2019-04/orders/transactions/create.json +25 -0
  182. data/lib/fake_shopify/fixtures/2019-04/orders/transactions/index.json +83 -0
  183. data/lib/fake_shopify/fixtures/2019-04/orders/transactions/show.json +35 -0
  184. data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/count.json +3 -0
  185. data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/create.json +21 -0
  186. data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/delete.json +1 -0
  187. data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/disable.json +20 -0
  188. data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/index.json +58 -0
  189. data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/search.json +22 -0
  190. data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/show.json +20 -0
  191. data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/update.json +20 -0
  192. data/lib/fake_shopify/fixtures/2019-04/plus/users/current.json +22 -0
  193. data/lib/fake_shopify/fixtures/2019-04/plus/users/index.json +42 -0
  194. data/lib/fake_shopify/fixtures/2019-04/plus/users/show.json +22 -0
  195. data/lib/fake_shopify/fixtures/2019-04/products/collections/count.json +3 -0
  196. data/lib/fake_shopify/fixtures/2019-04/products/collections/create.json +21 -0
  197. data/lib/fake_shopify/fixtures/2019-04/products/collections/destroy.json +1 -0
  198. data/lib/fake_shopify/fixtures/2019-04/products/collections/index.json +47 -0
  199. data/lib/fake_shopify/fixtures/2019-04/products/collections/show.json +22 -0
  200. data/lib/fake_shopify/fixtures/2019-04/products/collections/update.json +21 -0
  201. data/lib/fake_shopify/fixtures/2019-04/products/collects/count.json +3 -0
  202. data/lib/fake_shopify/fixtures/2019-04/products/collects/create.json +11 -0
  203. data/lib/fake_shopify/fixtures/2019-04/products/collects/destroy.json +1 -0
  204. data/lib/fake_shopify/fixtures/2019-04/products/collects/index.json +22 -0
  205. data/lib/fake_shopify/fixtures/2019-04/products/collects/show.json +11 -0
  206. data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/count.json +3 -0
  207. data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/create.json +21 -0
  208. data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/destroy.json +1 -0
  209. data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/index.json +47 -0
  210. data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/show.json +22 -0
  211. data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/update.json +21 -0
  212. data/lib/fake_shopify/fixtures/2019-04/products/images/count.json +3 -0
  213. data/lib/fake_shopify/fixtures/2019-04/products/images/create.json +15 -0
  214. data/lib/fake_shopify/fixtures/2019-04/products/images/destroy.json +1 -0
  215. data/lib/fake_shopify/fixtures/2019-04/products/images/index.json +32 -0
  216. data/lib/fake_shopify/fixtures/2019-04/products/images/show.json +15 -0
  217. data/lib/fake_shopify/fixtures/2019-04/products/images/update.json +15 -0
  218. data/lib/fake_shopify/fixtures/2019-04/products/products/count.json +3 -0
  219. data/lib/fake_shopify/fixtures/2019-04/products/products/create.json +69 -0
  220. data/lib/fake_shopify/fixtures/2019-04/products/products/destroy.json +1 -0
  221. data/lib/fake_shopify/fixtures/2019-04/products/products/index.json +293 -0
  222. data/lib/fake_shopify/fixtures/2019-04/products/products/show.json +224 -0
  223. data/lib/fake_shopify/fixtures/2019-04/products/products/update.json +224 -0
  224. data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/count.json +3 -0
  225. data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/create.json +22 -0
  226. data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/destroy.json +1 -0
  227. data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/index.json +31 -0
  228. data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/order.json +1 -0
  229. data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/show.json +30 -0
  230. data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/update.json +29 -0
  231. data/lib/fake_shopify/fixtures/2019-04/products/variants/count.json +3 -0
  232. data/lib/fake_shopify/fixtures/2019-04/products/variants/create.json +39 -0
  233. data/lib/fake_shopify/fixtures/2019-04/products/variants/destroy.json +1 -0
  234. data/lib/fake_shopify/fixtures/2019-04/products/variants/index.json +152 -0
  235. data/lib/fake_shopify/fixtures/2019-04/products/variants/show.json +40 -0
  236. data/lib/fake_shopify/fixtures/2019-04/products/variants/update.json +39 -0
  237. data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/complete.json +113 -0
  238. data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/create.json +82 -0
  239. data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/shipping_rates.json +30 -0
  240. data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/show.json +150 -0
  241. data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/update.json +135 -0
  242. data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/create.json +16 -0
  243. data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/destroy.json +1 -0
  244. data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/index.json +64 -0
  245. data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/product_ids.json +5 -0
  246. data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/show.json +16 -0
  247. data/lib/fake_shopify/fixtures/2019-04/sales_channel/payments/count.json +3 -0
  248. data/lib/fake_shopify/fixtures/2019-04/sales_channel/payments/create.json +222 -0
  249. data/lib/fake_shopify/fixtures/2019-04/sales_channel/payments/index.json +208 -0
  250. data/lib/fake_shopify/fixtures/2019-04/sales_channel/payments/show.json +221 -0
  251. data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/count.json +3 -0
  252. data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/create.json +59 -0
  253. data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/destroy.json +1 -0
  254. data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/index.json +236 -0
  255. data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/product_ids.json +6 -0
  256. data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/show.json +59 -0
  257. data/lib/fake_shopify/fixtures/2019-04/sales_channel/resource_feedback/create.json +12 -0
  258. data/lib/fake_shopify/fixtures/2019-04/sales_channel/resource_feedback/index.json +16 -0
  259. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/create.json +12 -0
  260. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/destroy.json +1 -0
  261. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/index.json +22 -0
  262. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/show.json +12 -0
  263. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/update.json +12 -0
  264. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/create.json +22 -0
  265. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/destroy.json +1 -0
  266. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/index.json +24 -0
  267. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/show.json +22 -0
  268. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/create.json +15 -0
  269. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/destroy.json +1 -0
  270. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/index.json +17 -0
  271. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/show.json +15 -0
  272. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/update.json +15 -0
  273. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/cancel.json +100 -0
  274. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/complete.json +100 -0
  275. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/count.json +3 -0
  276. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/create.json +222 -0
  277. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/index.json +102 -0
  278. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/open.json +100 -0
  279. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/show.json +100 -0
  280. data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/update.json +100 -0
  281. data/lib/fake_shopify/fixtures/2019-04/shopify_payments/balance/show.json +8 -0
  282. data/lib/fake_shopify/fixtures/2019-04/shopify_payments/disputes/index.json +88 -0
  283. data/lib/fake_shopify/fixtures/2019-04/shopify_payments/disputes/show.json +16 -0
  284. data/lib/fake_shopify/fixtures/2019-04/shopify_payments/payouts/index.json +99 -0
  285. data/lib/fake_shopify/fixtures/2019-04/shopify_payments/payouts/show.json +21 -0
  286. data/lib/fake_shopify/fixtures/2019-04/shopify_payments/transactions/index.json +468 -0
  287. data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/count.json +3 -0
  288. data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/create.json +10 -0
  289. data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/destroy.json +1 -0
  290. data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/index.json +261 -0
  291. data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/show.json +154 -0
  292. data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/update.json +154 -0
  293. data/lib/fake_shopify/fixtures/2019-04/store_properties/currencies/index.json +19 -0
  294. data/lib/fake_shopify/fixtures/2019-04/store_properties/policies/index.json +12 -0
  295. data/lib/fake_shopify/fixtures/2019-04/store_properties/provinces/count.json +3 -0
  296. data/lib/fake_shopify/fixtures/2019-04/store_properties/provinces/index.json +147 -0
  297. data/lib/fake_shopify/fixtures/2019-04/store_properties/provinces/show.json +13 -0
  298. data/lib/fake_shopify/fixtures/2019-04/store_properties/provinces/update.json +13 -0
  299. data/lib/fake_shopify/fixtures/2019-04/store_properties/shop/show.json +60 -0
  300. data/lib/fake_shopify/fixtures/2019-04/tender_transaction/tender_transactions/index.json +34 -0
  301. data/lib/fake_shopify/fixtures/2020-01/analytics/reports/create.json +9 -0
  302. data/lib/fake_shopify/fixtures/2020-01/analytics/reports/delete.json +1 -0
  303. data/lib/fake_shopify/fixtures/2020-01/analytics/reports/list.json +18 -0
  304. data/lib/fake_shopify/fixtures/2020-01/analytics/reports/retrieve.json +9 -0
  305. data/lib/fake_shopify/fixtures/2020-01/analytics/reports/update.json +9 -0
  306. data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/create.json +9 -0
  307. data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/delete.json +1 -0
  308. data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/list.json +18 -0
  309. data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/retrieve.json +9 -0
  310. data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/update.json +9 -0
  311. data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/create.json +9 -0
  312. data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/delete.json +1 -0
  313. data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/list.json +18 -0
  314. data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/retrieve.json +9 -0
  315. data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/update.json +9 -0
  316. data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/create.json +9 -0
  317. data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/delete.json +1 -0
  318. data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/list.json +18 -0
  319. data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/retrieve.json +9 -0
  320. data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/update.json +9 -0
  321. data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/create.json +9 -0
  322. data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/delete.json +1 -0
  323. data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/list.json +18 -0
  324. data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/retrieve.json +9 -0
  325. data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/update.json +9 -0
  326. data/lib/fake_shopify/fixtures/2020-01/customers/addresses/create.json +9 -0
  327. data/lib/fake_shopify/fixtures/2020-01/customers/addresses/delete.json +1 -0
  328. data/lib/fake_shopify/fixtures/2020-01/customers/addresses/list.json +18 -0
  329. data/lib/fake_shopify/fixtures/2020-01/customers/addresses/retrieve.json +9 -0
  330. data/lib/fake_shopify/fixtures/2020-01/customers/addresses/update.json +9 -0
  331. data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/create.json +9 -0
  332. data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/delete.json +1 -0
  333. data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/list.json +18 -0
  334. data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/retrieve.json +9 -0
  335. data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/update.json +9 -0
  336. data/lib/fake_shopify/fixtures/2020-01/customers/customers/create.json +9 -0
  337. data/lib/fake_shopify/fixtures/2020-01/customers/customers/delete.json +1 -0
  338. data/lib/fake_shopify/fixtures/2020-01/customers/customers/list.json +18 -0
  339. data/lib/fake_shopify/fixtures/2020-01/customers/customers/retrieve.json +9 -0
  340. data/lib/fake_shopify/fixtures/2020-01/customers/customers/update.json +9 -0
  341. data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/create.json +9 -0
  342. data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/delete.json +1 -0
  343. data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/list.json +18 -0
  344. data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/retrieve.json +9 -0
  345. data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/update.json +9 -0
  346. data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/create.json +9 -0
  347. data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/delete.json +1 -0
  348. data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/list.json +18 -0
  349. data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/retrieve.json +9 -0
  350. data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/update.json +9 -0
  351. data/lib/fake_shopify/fixtures/2020-01/events/events/create.json +9 -0
  352. data/lib/fake_shopify/fixtures/2020-01/events/events/delete.json +1 -0
  353. data/lib/fake_shopify/fixtures/2020-01/events/events/list.json +18 -0
  354. data/lib/fake_shopify/fixtures/2020-01/events/events/retrieve.json +9 -0
  355. data/lib/fake_shopify/fixtures/2020-01/events/events/update.json +9 -0
  356. data/lib/fake_shopify/fixtures/2020-01/events/webhooks/create.json +9 -0
  357. data/lib/fake_shopify/fixtures/2020-01/events/webhooks/delete.json +1 -0
  358. data/lib/fake_shopify/fixtures/2020-01/events/webhooks/list.json +18 -0
  359. data/lib/fake_shopify/fixtures/2020-01/events/webhooks/retrieve.json +9 -0
  360. data/lib/fake_shopify/fixtures/2020-01/events/webhooks/update.json +9 -0
  361. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/create.json +9 -0
  362. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/delete.json +1 -0
  363. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/list.json +18 -0
  364. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/retrieve.json +9 -0
  365. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/update.json +9 -0
  366. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/create.json +9 -0
  367. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/delete.json +1 -0
  368. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/list.json +18 -0
  369. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/retrieve.json +9 -0
  370. data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/update.json +9 -0
  371. data/lib/fake_shopify/fixtures/2020-01/inventory/locations/create.json +9 -0
  372. data/lib/fake_shopify/fixtures/2020-01/inventory/locations/delete.json +1 -0
  373. data/lib/fake_shopify/fixtures/2020-01/inventory/locations/list.json +18 -0
  374. data/lib/fake_shopify/fixtures/2020-01/inventory/locations/retrieve.json +9 -0
  375. data/lib/fake_shopify/fixtures/2020-01/inventory/locations/update.json +9 -0
  376. data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/create.json +9 -0
  377. data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/delete.json +1 -0
  378. data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/list.json +18 -0
  379. data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/retrieve.json +9 -0
  380. data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/update.json +9 -0
  381. data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/create.json +9 -0
  382. data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/delete.json +1 -0
  383. data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/list.json +18 -0
  384. data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/retrieve.json +9 -0
  385. data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/update.json +9 -0
  386. data/lib/fake_shopify/fixtures/2020-01/metafields.json +13 -0
  387. data/lib/fake_shopify/fixtures/2020-01/online_store/articles/create.json +9 -0
  388. data/lib/fake_shopify/fixtures/2020-01/online_store/articles/delete.json +1 -0
  389. data/lib/fake_shopify/fixtures/2020-01/online_store/articles/list.json +18 -0
  390. data/lib/fake_shopify/fixtures/2020-01/online_store/articles/retrieve.json +9 -0
  391. data/lib/fake_shopify/fixtures/2020-01/online_store/articles/update.json +9 -0
  392. data/lib/fake_shopify/fixtures/2020-01/online_store/assets/create.json +9 -0
  393. data/lib/fake_shopify/fixtures/2020-01/online_store/assets/delete.json +1 -0
  394. data/lib/fake_shopify/fixtures/2020-01/online_store/assets/list.json +18 -0
  395. data/lib/fake_shopify/fixtures/2020-01/online_store/assets/retrieve.json +9 -0
  396. data/lib/fake_shopify/fixtures/2020-01/online_store/assets/update.json +9 -0
  397. data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/create.json +9 -0
  398. data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/delete.json +1 -0
  399. data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/list.json +18 -0
  400. data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/retrieve.json +9 -0
  401. data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/update.json +9 -0
  402. data/lib/fake_shopify/fixtures/2020-01/online_store/comments/create.json +9 -0
  403. data/lib/fake_shopify/fixtures/2020-01/online_store/comments/delete.json +1 -0
  404. data/lib/fake_shopify/fixtures/2020-01/online_store/comments/list.json +18 -0
  405. data/lib/fake_shopify/fixtures/2020-01/online_store/comments/retrieve.json +9 -0
  406. data/lib/fake_shopify/fixtures/2020-01/online_store/comments/update.json +9 -0
  407. data/lib/fake_shopify/fixtures/2020-01/online_store/pages/create.json +9 -0
  408. data/lib/fake_shopify/fixtures/2020-01/online_store/pages/delete.json +1 -0
  409. data/lib/fake_shopify/fixtures/2020-01/online_store/pages/list.json +18 -0
  410. data/lib/fake_shopify/fixtures/2020-01/online_store/pages/retrieve.json +9 -0
  411. data/lib/fake_shopify/fixtures/2020-01/online_store/pages/update.json +9 -0
  412. data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/create.json +9 -0
  413. data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/delete.json +1 -0
  414. data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/list.json +18 -0
  415. data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/retrieve.json +9 -0
  416. data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/update.json +9 -0
  417. data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/create.json +9 -0
  418. data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/delete.json +1 -0
  419. data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/list.json +18 -0
  420. data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/retrieve.json +9 -0
  421. data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/update.json +9 -0
  422. data/lib/fake_shopify/fixtures/2020-01/online_store/themes/create.json +9 -0
  423. data/lib/fake_shopify/fixtures/2020-01/online_store/themes/delete.json +1 -0
  424. data/lib/fake_shopify/fixtures/2020-01/online_store/themes/list.json +18 -0
  425. data/lib/fake_shopify/fixtures/2020-01/online_store/themes/retrieve.json +9 -0
  426. data/lib/fake_shopify/fixtures/2020-01/online_store/themes/update.json +9 -0
  427. data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/create.json +9 -0
  428. data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/delete.json +1 -0
  429. data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/list.json +18 -0
  430. data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/retrieve.json +9 -0
  431. data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/update.json +9 -0
  432. data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/create.json +9 -0
  433. data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/delete.json +1 -0
  434. data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/list.json +18 -0
  435. data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/retrieve.json +9 -0
  436. data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/update.json +9 -0
  437. data/lib/fake_shopify/fixtures/2020-01/orders/orders/create.json +9 -0
  438. data/lib/fake_shopify/fixtures/2020-01/orders/orders/delete.json +1 -0
  439. data/lib/fake_shopify/fixtures/2020-01/orders/orders/list.json +18 -0
  440. data/lib/fake_shopify/fixtures/2020-01/orders/orders/retrieve.json +9 -0
  441. data/lib/fake_shopify/fixtures/2020-01/orders/orders/update.json +9 -0
  442. data/lib/fake_shopify/fixtures/2020-01/orders/refunds/create.json +9 -0
  443. data/lib/fake_shopify/fixtures/2020-01/orders/refunds/delete.json +1 -0
  444. data/lib/fake_shopify/fixtures/2020-01/orders/refunds/list.json +18 -0
  445. data/lib/fake_shopify/fixtures/2020-01/orders/refunds/retrieve.json +9 -0
  446. data/lib/fake_shopify/fixtures/2020-01/orders/refunds/update.json +9 -0
  447. data/lib/fake_shopify/fixtures/2020-01/orders/risks/create.json +9 -0
  448. data/lib/fake_shopify/fixtures/2020-01/orders/risks/delete.json +1 -0
  449. data/lib/fake_shopify/fixtures/2020-01/orders/risks/list.json +18 -0
  450. data/lib/fake_shopify/fixtures/2020-01/orders/risks/retrieve.json +9 -0
  451. data/lib/fake_shopify/fixtures/2020-01/orders/risks/update.json +9 -0
  452. data/lib/fake_shopify/fixtures/2020-01/orders/transactions/create.json +9 -0
  453. data/lib/fake_shopify/fixtures/2020-01/orders/transactions/delete.json +1 -0
  454. data/lib/fake_shopify/fixtures/2020-01/orders/transactions/list.json +18 -0
  455. data/lib/fake_shopify/fixtures/2020-01/orders/transactions/retrieve.json +9 -0
  456. data/lib/fake_shopify/fixtures/2020-01/orders/transactions/update.json +9 -0
  457. data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/create.json +9 -0
  458. data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/delete.json +1 -0
  459. data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/list.json +18 -0
  460. data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/retrieve.json +9 -0
  461. data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/update.json +9 -0
  462. data/lib/fake_shopify/fixtures/2020-01/plus/users/create.json +9 -0
  463. data/lib/fake_shopify/fixtures/2020-01/plus/users/delete.json +1 -0
  464. data/lib/fake_shopify/fixtures/2020-01/plus/users/list.json +18 -0
  465. data/lib/fake_shopify/fixtures/2020-01/plus/users/retrieve.json +9 -0
  466. data/lib/fake_shopify/fixtures/2020-01/plus/users/update.json +9 -0
  467. data/lib/fake_shopify/fixtures/2020-01/products.json +293 -0
  468. data/lib/fake_shopify/fixtures/2020-01/products/collections/create.json +9 -0
  469. data/lib/fake_shopify/fixtures/2020-01/products/collections/delete.json +1 -0
  470. data/lib/fake_shopify/fixtures/2020-01/products/collections/list.json +18 -0
  471. data/lib/fake_shopify/fixtures/2020-01/products/collections/retrieve.json +9 -0
  472. data/lib/fake_shopify/fixtures/2020-01/products/collections/update.json +9 -0
  473. data/lib/fake_shopify/fixtures/2020-01/products/collects/create.json +9 -0
  474. data/lib/fake_shopify/fixtures/2020-01/products/collects/delete.json +1 -0
  475. data/lib/fake_shopify/fixtures/2020-01/products/collects/list.json +18 -0
  476. data/lib/fake_shopify/fixtures/2020-01/products/collects/retrieve.json +9 -0
  477. data/lib/fake_shopify/fixtures/2020-01/products/collects/update.json +9 -0
  478. data/lib/fake_shopify/fixtures/2020-01/products/count.json +3 -0
  479. data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/create.json +9 -0
  480. data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/delete.json +1 -0
  481. data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/list.json +18 -0
  482. data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/retrieve.json +9 -0
  483. data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/update.json +9 -0
  484. data/lib/fake_shopify/fixtures/2020-01/products/images/create.json +9 -0
  485. data/lib/fake_shopify/fixtures/2020-01/products/images/delete.json +1 -0
  486. data/lib/fake_shopify/fixtures/2020-01/products/images/list.json +18 -0
  487. data/lib/fake_shopify/fixtures/2020-01/products/images/retrieve.json +9 -0
  488. data/lib/fake_shopify/fixtures/2020-01/products/images/update.json +9 -0
  489. data/lib/fake_shopify/fixtures/2020-01/products/products/create.json +9 -0
  490. data/lib/fake_shopify/fixtures/2020-01/products/products/delete.json +1 -0
  491. data/lib/fake_shopify/fixtures/2020-01/products/products/list.json +18 -0
  492. data/lib/fake_shopify/fixtures/2020-01/products/products/retrieve.json +9 -0
  493. data/lib/fake_shopify/fixtures/2020-01/products/products/update.json +9 -0
  494. data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/create.json +9 -0
  495. data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/delete.json +1 -0
  496. data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/list.json +18 -0
  497. data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/retrieve.json +9 -0
  498. data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/update.json +9 -0
  499. data/lib/fake_shopify/fixtures/2020-01/products/variants/create.json +9 -0
  500. data/lib/fake_shopify/fixtures/2020-01/products/variants/delete.json +1 -0
  501. data/lib/fake_shopify/fixtures/2020-01/products/variants/list.json +18 -0
  502. data/lib/fake_shopify/fixtures/2020-01/products/variants/retrieve.json +9 -0
  503. data/lib/fake_shopify/fixtures/2020-01/products/variants/update.json +9 -0
  504. data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/create.json +9 -0
  505. data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/delete.json +1 -0
  506. data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/list.json +18 -0
  507. data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/retrieve.json +9 -0
  508. data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/update.json +9 -0
  509. data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/create.json +9 -0
  510. data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/delete.json +1 -0
  511. data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/list.json +18 -0
  512. data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/retrieve.json +9 -0
  513. data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/update.json +9 -0
  514. data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/create.json +9 -0
  515. data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/delete.json +1 -0
  516. data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/list.json +18 -0
  517. data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/retrieve.json +9 -0
  518. data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/update.json +9 -0
  519. data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/create.json +9 -0
  520. data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/delete.json +1 -0
  521. data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/list.json +18 -0
  522. data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/retrieve.json +9 -0
  523. data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/update.json +9 -0
  524. data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/create.json +9 -0
  525. data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/delete.json +1 -0
  526. data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/list.json +18 -0
  527. data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/retrieve.json +9 -0
  528. data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/update.json +9 -0
  529. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/create.json +9 -0
  530. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/delete.json +1 -0
  531. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/list.json +18 -0
  532. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/retrieve.json +9 -0
  533. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/update.json +9 -0
  534. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/create.json +9 -0
  535. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/delete.json +1 -0
  536. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/list.json +18 -0
  537. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/retrieve.json +9 -0
  538. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/update.json +9 -0
  539. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/create.json +9 -0
  540. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/delete.json +1 -0
  541. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/list.json +18 -0
  542. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/retrieve.json +9 -0
  543. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/update.json +9 -0
  544. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/create.json +9 -0
  545. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/delete.json +1 -0
  546. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/list.json +18 -0
  547. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/retrieve.json +9 -0
  548. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/update.json +9 -0
  549. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/create.json +9 -0
  550. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/delete.json +1 -0
  551. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/list.json +18 -0
  552. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/retrieve.json +9 -0
  553. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/update.json +9 -0
  554. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/create.json +9 -0
  555. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/delete.json +1 -0
  556. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/list.json +18 -0
  557. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/retrieve.json +9 -0
  558. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/update.json +9 -0
  559. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/create.json +9 -0
  560. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/delete.json +1 -0
  561. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/list.json +18 -0
  562. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/retrieve.json +9 -0
  563. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/update.json +9 -0
  564. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/create.json +9 -0
  565. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/delete.json +1 -0
  566. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/list.json +18 -0
  567. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/retrieve.json +9 -0
  568. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/update.json +9 -0
  569. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/create.json +9 -0
  570. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/delete.json +1 -0
  571. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/list.json +18 -0
  572. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/retrieve.json +9 -0
  573. data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/update.json +9 -0
  574. data/lib/fake_shopify/fixtures/2020-01/shop.json +60 -0
  575. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/create.json +9 -0
  576. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/delete.json +1 -0
  577. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/list.json +18 -0
  578. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/retrieve.json +9 -0
  579. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/update.json +9 -0
  580. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/create.json +9 -0
  581. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/delete.json +1 -0
  582. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/list.json +18 -0
  583. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/retrieve.json +9 -0
  584. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/update.json +9 -0
  585. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/create.json +9 -0
  586. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/delete.json +1 -0
  587. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/list.json +18 -0
  588. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/retrieve.json +9 -0
  589. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/update.json +9 -0
  590. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/create.json +9 -0
  591. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/delete.json +1 -0
  592. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/list.json +18 -0
  593. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/retrieve.json +9 -0
  594. data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/update.json +9 -0
  595. data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/create.json +9 -0
  596. data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/delete.json +1 -0
  597. data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/list.json +18 -0
  598. data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/retrieve.json +9 -0
  599. data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/update.json +9 -0
  600. data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/create.json +9 -0
  601. data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/delete.json +1 -0
  602. data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/list.json +18 -0
  603. data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/retrieve.json +9 -0
  604. data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/update.json +9 -0
  605. data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/create.json +9 -0
  606. data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/delete.json +1 -0
  607. data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/list.json +18 -0
  608. data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/retrieve.json +9 -0
  609. data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/update.json +9 -0
  610. data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/create.json +9 -0
  611. data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/delete.json +1 -0
  612. data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/list.json +18 -0
  613. data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/retrieve.json +9 -0
  614. data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/update.json +9 -0
  615. data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/create.json +9 -0
  616. data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/delete.json +1 -0
  617. data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/list.json +18 -0
  618. data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/retrieve.json +9 -0
  619. data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/update.json +9 -0
  620. data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/create.json +9 -0
  621. data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/delete.json +1 -0
  622. data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/list.json +18 -0
  623. data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/retrieve.json +9 -0
  624. data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/update.json +9 -0
  625. data/lib/fake_shopify/fixtures/2020-04/analytics/reports/create.json +9 -0
  626. data/lib/fake_shopify/fixtures/2020-04/analytics/reports/delete.json +1 -0
  627. data/lib/fake_shopify/fixtures/2020-04/analytics/reports/list.json +18 -0
  628. data/lib/fake_shopify/fixtures/2020-04/analytics/reports/retrieve.json +9 -0
  629. data/lib/fake_shopify/fixtures/2020-04/analytics/reports/update.json +9 -0
  630. data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/create.json +9 -0
  631. data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/delete.json +1 -0
  632. data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/list.json +18 -0
  633. data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/retrieve.json +9 -0
  634. data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/update.json +9 -0
  635. data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/create.json +9 -0
  636. data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/delete.json +1 -0
  637. data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/list.json +18 -0
  638. data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/retrieve.json +9 -0
  639. data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/update.json +9 -0
  640. data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/create.json +9 -0
  641. data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/delete.json +1 -0
  642. data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/list.json +18 -0
  643. data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/retrieve.json +9 -0
  644. data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/update.json +9 -0
  645. data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/create.json +9 -0
  646. data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/delete.json +1 -0
  647. data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/list.json +18 -0
  648. data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/retrieve.json +9 -0
  649. data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/update.json +9 -0
  650. data/lib/fake_shopify/fixtures/2020-04/customers/addresses/create.json +9 -0
  651. data/lib/fake_shopify/fixtures/2020-04/customers/addresses/delete.json +1 -0
  652. data/lib/fake_shopify/fixtures/2020-04/customers/addresses/list.json +18 -0
  653. data/lib/fake_shopify/fixtures/2020-04/customers/addresses/retrieve.json +9 -0
  654. data/lib/fake_shopify/fixtures/2020-04/customers/addresses/update.json +9 -0
  655. data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/create.json +9 -0
  656. data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/delete.json +1 -0
  657. data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/list.json +18 -0
  658. data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/retrieve.json +9 -0
  659. data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/update.json +9 -0
  660. data/lib/fake_shopify/fixtures/2020-04/customers/customers/create.json +9 -0
  661. data/lib/fake_shopify/fixtures/2020-04/customers/customers/delete.json +1 -0
  662. data/lib/fake_shopify/fixtures/2020-04/customers/customers/list.json +18 -0
  663. data/lib/fake_shopify/fixtures/2020-04/customers/customers/retrieve.json +9 -0
  664. data/lib/fake_shopify/fixtures/2020-04/customers/customers/update.json +9 -0
  665. data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/create.json +9 -0
  666. data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/delete.json +1 -0
  667. data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/list.json +18 -0
  668. data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/retrieve.json +9 -0
  669. data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/update.json +9 -0
  670. data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/create.json +9 -0
  671. data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/delete.json +1 -0
  672. data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/list.json +18 -0
  673. data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/retrieve.json +9 -0
  674. data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/update.json +9 -0
  675. data/lib/fake_shopify/fixtures/2020-04/events/events/create.json +9 -0
  676. data/lib/fake_shopify/fixtures/2020-04/events/events/delete.json +1 -0
  677. data/lib/fake_shopify/fixtures/2020-04/events/events/list.json +18 -0
  678. data/lib/fake_shopify/fixtures/2020-04/events/events/retrieve.json +9 -0
  679. data/lib/fake_shopify/fixtures/2020-04/events/events/update.json +9 -0
  680. data/lib/fake_shopify/fixtures/2020-04/events/webhooks/create.json +9 -0
  681. data/lib/fake_shopify/fixtures/2020-04/events/webhooks/delete.json +1 -0
  682. data/lib/fake_shopify/fixtures/2020-04/events/webhooks/list.json +18 -0
  683. data/lib/fake_shopify/fixtures/2020-04/events/webhooks/retrieve.json +9 -0
  684. data/lib/fake_shopify/fixtures/2020-04/events/webhooks/update.json +9 -0
  685. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/create.json +9 -0
  686. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/delete.json +1 -0
  687. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/list.json +18 -0
  688. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/retrieve.json +9 -0
  689. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/update.json +9 -0
  690. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/create.json +9 -0
  691. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/delete.json +1 -0
  692. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/list.json +18 -0
  693. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/retrieve.json +9 -0
  694. data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/update.json +9 -0
  695. data/lib/fake_shopify/fixtures/2020-04/inventory/locations/create.json +9 -0
  696. data/lib/fake_shopify/fixtures/2020-04/inventory/locations/delete.json +1 -0
  697. data/lib/fake_shopify/fixtures/2020-04/inventory/locations/list.json +18 -0
  698. data/lib/fake_shopify/fixtures/2020-04/inventory/locations/retrieve.json +9 -0
  699. data/lib/fake_shopify/fixtures/2020-04/inventory/locations/update.json +9 -0
  700. data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/create.json +9 -0
  701. data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/delete.json +1 -0
  702. data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/list.json +18 -0
  703. data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/retrieve.json +9 -0
  704. data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/update.json +9 -0
  705. data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/create.json +9 -0
  706. data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/delete.json +1 -0
  707. data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/list.json +18 -0
  708. data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/retrieve.json +9 -0
  709. data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/update.json +9 -0
  710. data/lib/fake_shopify/fixtures/2020-04/metafields.json +13 -0
  711. data/lib/fake_shopify/fixtures/2020-04/online_store/articles/create.json +9 -0
  712. data/lib/fake_shopify/fixtures/2020-04/online_store/articles/delete.json +1 -0
  713. data/lib/fake_shopify/fixtures/2020-04/online_store/articles/list.json +18 -0
  714. data/lib/fake_shopify/fixtures/2020-04/online_store/articles/retrieve.json +9 -0
  715. data/lib/fake_shopify/fixtures/2020-04/online_store/articles/update.json +9 -0
  716. data/lib/fake_shopify/fixtures/2020-04/online_store/assets/create.json +9 -0
  717. data/lib/fake_shopify/fixtures/2020-04/online_store/assets/delete.json +1 -0
  718. data/lib/fake_shopify/fixtures/2020-04/online_store/assets/list.json +18 -0
  719. data/lib/fake_shopify/fixtures/2020-04/online_store/assets/retrieve.json +9 -0
  720. data/lib/fake_shopify/fixtures/2020-04/online_store/assets/update.json +9 -0
  721. data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/create.json +9 -0
  722. data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/delete.json +1 -0
  723. data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/list.json +18 -0
  724. data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/retrieve.json +9 -0
  725. data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/update.json +9 -0
  726. data/lib/fake_shopify/fixtures/2020-04/online_store/comments/create.json +9 -0
  727. data/lib/fake_shopify/fixtures/2020-04/online_store/comments/delete.json +1 -0
  728. data/lib/fake_shopify/fixtures/2020-04/online_store/comments/list.json +18 -0
  729. data/lib/fake_shopify/fixtures/2020-04/online_store/comments/retrieve.json +9 -0
  730. data/lib/fake_shopify/fixtures/2020-04/online_store/comments/update.json +9 -0
  731. data/lib/fake_shopify/fixtures/2020-04/online_store/pages/create.json +9 -0
  732. data/lib/fake_shopify/fixtures/2020-04/online_store/pages/delete.json +1 -0
  733. data/lib/fake_shopify/fixtures/2020-04/online_store/pages/list.json +18 -0
  734. data/lib/fake_shopify/fixtures/2020-04/online_store/pages/retrieve.json +9 -0
  735. data/lib/fake_shopify/fixtures/2020-04/online_store/pages/update.json +9 -0
  736. data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/create.json +9 -0
  737. data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/delete.json +1 -0
  738. data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/list.json +18 -0
  739. data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/retrieve.json +9 -0
  740. data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/update.json +9 -0
  741. data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/create.json +9 -0
  742. data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/delete.json +1 -0
  743. data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/list.json +18 -0
  744. data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/retrieve.json +9 -0
  745. data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/update.json +9 -0
  746. data/lib/fake_shopify/fixtures/2020-04/online_store/themes/create.json +9 -0
  747. data/lib/fake_shopify/fixtures/2020-04/online_store/themes/delete.json +1 -0
  748. data/lib/fake_shopify/fixtures/2020-04/online_store/themes/list.json +18 -0
  749. data/lib/fake_shopify/fixtures/2020-04/online_store/themes/retrieve.json +9 -0
  750. data/lib/fake_shopify/fixtures/2020-04/online_store/themes/update.json +9 -0
  751. data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/create.json +9 -0
  752. data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/delete.json +1 -0
  753. data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/list.json +18 -0
  754. data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/retrieve.json +9 -0
  755. data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/update.json +9 -0
  756. data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/create.json +9 -0
  757. data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/delete.json +1 -0
  758. data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/list.json +18 -0
  759. data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/retrieve.json +9 -0
  760. data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/update.json +9 -0
  761. data/lib/fake_shopify/fixtures/2020-04/orders/orders/create.json +9 -0
  762. data/lib/fake_shopify/fixtures/2020-04/orders/orders/delete.json +1 -0
  763. data/lib/fake_shopify/fixtures/2020-04/orders/orders/list.json +18 -0
  764. data/lib/fake_shopify/fixtures/2020-04/orders/orders/retrieve.json +9 -0
  765. data/lib/fake_shopify/fixtures/2020-04/orders/orders/update.json +9 -0
  766. data/lib/fake_shopify/fixtures/2020-04/orders/refunds/create.json +9 -0
  767. data/lib/fake_shopify/fixtures/2020-04/orders/refunds/delete.json +1 -0
  768. data/lib/fake_shopify/fixtures/2020-04/orders/refunds/list.json +18 -0
  769. data/lib/fake_shopify/fixtures/2020-04/orders/refunds/retrieve.json +9 -0
  770. data/lib/fake_shopify/fixtures/2020-04/orders/refunds/update.json +9 -0
  771. data/lib/fake_shopify/fixtures/2020-04/orders/risks/create.json +9 -0
  772. data/lib/fake_shopify/fixtures/2020-04/orders/risks/delete.json +1 -0
  773. data/lib/fake_shopify/fixtures/2020-04/orders/risks/list.json +18 -0
  774. data/lib/fake_shopify/fixtures/2020-04/orders/risks/retrieve.json +9 -0
  775. data/lib/fake_shopify/fixtures/2020-04/orders/risks/update.json +9 -0
  776. data/lib/fake_shopify/fixtures/2020-04/orders/transactions/create.json +9 -0
  777. data/lib/fake_shopify/fixtures/2020-04/orders/transactions/delete.json +1 -0
  778. data/lib/fake_shopify/fixtures/2020-04/orders/transactions/list.json +18 -0
  779. data/lib/fake_shopify/fixtures/2020-04/orders/transactions/retrieve.json +9 -0
  780. data/lib/fake_shopify/fixtures/2020-04/orders/transactions/update.json +9 -0
  781. data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/create.json +9 -0
  782. data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/delete.json +1 -0
  783. data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/list.json +18 -0
  784. data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/retrieve.json +9 -0
  785. data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/update.json +9 -0
  786. data/lib/fake_shopify/fixtures/2020-04/plus/users/create.json +9 -0
  787. data/lib/fake_shopify/fixtures/2020-04/plus/users/delete.json +1 -0
  788. data/lib/fake_shopify/fixtures/2020-04/plus/users/list.json +18 -0
  789. data/lib/fake_shopify/fixtures/2020-04/plus/users/retrieve.json +9 -0
  790. data/lib/fake_shopify/fixtures/2020-04/plus/users/update.json +9 -0
  791. data/lib/fake_shopify/fixtures/2020-04/products.json +293 -0
  792. data/lib/fake_shopify/fixtures/2020-04/products/collections/create.json +9 -0
  793. data/lib/fake_shopify/fixtures/2020-04/products/collections/delete.json +1 -0
  794. data/lib/fake_shopify/fixtures/2020-04/products/collections/list.json +18 -0
  795. data/lib/fake_shopify/fixtures/2020-04/products/collections/retrieve.json +9 -0
  796. data/lib/fake_shopify/fixtures/2020-04/products/collections/update.json +9 -0
  797. data/lib/fake_shopify/fixtures/2020-04/products/collects/create.json +9 -0
  798. data/lib/fake_shopify/fixtures/2020-04/products/collects/delete.json +1 -0
  799. data/lib/fake_shopify/fixtures/2020-04/products/collects/list.json +18 -0
  800. data/lib/fake_shopify/fixtures/2020-04/products/collects/retrieve.json +9 -0
  801. data/lib/fake_shopify/fixtures/2020-04/products/collects/update.json +9 -0
  802. data/lib/fake_shopify/fixtures/2020-04/products/count.json +3 -0
  803. data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/create.json +9 -0
  804. data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/delete.json +1 -0
  805. data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/list.json +18 -0
  806. data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/retrieve.json +9 -0
  807. data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/update.json +9 -0
  808. data/lib/fake_shopify/fixtures/2020-04/products/images/create.json +9 -0
  809. data/lib/fake_shopify/fixtures/2020-04/products/images/delete.json +1 -0
  810. data/lib/fake_shopify/fixtures/2020-04/products/images/list.json +18 -0
  811. data/lib/fake_shopify/fixtures/2020-04/products/images/retrieve.json +9 -0
  812. data/lib/fake_shopify/fixtures/2020-04/products/images/update.json +9 -0
  813. data/lib/fake_shopify/fixtures/2020-04/products/products/create.json +9 -0
  814. data/lib/fake_shopify/fixtures/2020-04/products/products/delete.json +1 -0
  815. data/lib/fake_shopify/fixtures/2020-04/products/products/list.json +18 -0
  816. data/lib/fake_shopify/fixtures/2020-04/products/products/retrieve.json +9 -0
  817. data/lib/fake_shopify/fixtures/2020-04/products/products/update.json +9 -0
  818. data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/create.json +9 -0
  819. data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/delete.json +1 -0
  820. data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/list.json +18 -0
  821. data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/retrieve.json +9 -0
  822. data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/update.json +9 -0
  823. data/lib/fake_shopify/fixtures/2020-04/products/variants/create.json +9 -0
  824. data/lib/fake_shopify/fixtures/2020-04/products/variants/delete.json +1 -0
  825. data/lib/fake_shopify/fixtures/2020-04/products/variants/list.json +18 -0
  826. data/lib/fake_shopify/fixtures/2020-04/products/variants/retrieve.json +9 -0
  827. data/lib/fake_shopify/fixtures/2020-04/products/variants/update.json +9 -0
  828. data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/create.json +9 -0
  829. data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/delete.json +1 -0
  830. data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/list.json +18 -0
  831. data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/retrieve.json +9 -0
  832. data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/update.json +9 -0
  833. data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/create.json +9 -0
  834. data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/delete.json +1 -0
  835. data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/list.json +18 -0
  836. data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/retrieve.json +9 -0
  837. data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/update.json +9 -0
  838. data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/create.json +9 -0
  839. data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/delete.json +1 -0
  840. data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/list.json +18 -0
  841. data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/retrieve.json +9 -0
  842. data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/update.json +9 -0
  843. data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/create.json +9 -0
  844. data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/delete.json +1 -0
  845. data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/list.json +18 -0
  846. data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/retrieve.json +9 -0
  847. data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/update.json +9 -0
  848. data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/create.json +9 -0
  849. data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/delete.json +1 -0
  850. data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/list.json +18 -0
  851. data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/retrieve.json +9 -0
  852. data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/update.json +9 -0
  853. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/create.json +9 -0
  854. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/delete.json +1 -0
  855. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/list.json +18 -0
  856. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/retrieve.json +9 -0
  857. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/update.json +9 -0
  858. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/create.json +9 -0
  859. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/delete.json +1 -0
  860. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/list.json +18 -0
  861. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/retrieve.json +9 -0
  862. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/update.json +9 -0
  863. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/create.json +9 -0
  864. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/delete.json +1 -0
  865. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/list.json +18 -0
  866. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/retrieve.json +9 -0
  867. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/update.json +9 -0
  868. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/create.json +9 -0
  869. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/delete.json +1 -0
  870. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/list.json +18 -0
  871. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/retrieve.json +9 -0
  872. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/update.json +9 -0
  873. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/create.json +9 -0
  874. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/delete.json +1 -0
  875. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/list.json +18 -0
  876. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/retrieve.json +9 -0
  877. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/update.json +9 -0
  878. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/create.json +9 -0
  879. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/delete.json +1 -0
  880. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/list.json +18 -0
  881. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/retrieve.json +9 -0
  882. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/update.json +9 -0
  883. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/create.json +9 -0
  884. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/delete.json +1 -0
  885. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/list.json +18 -0
  886. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/retrieve.json +9 -0
  887. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/update.json +9 -0
  888. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/create.json +9 -0
  889. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/delete.json +1 -0
  890. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/list.json +18 -0
  891. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/retrieve.json +9 -0
  892. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/update.json +9 -0
  893. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/create.json +9 -0
  894. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/delete.json +1 -0
  895. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/list.json +18 -0
  896. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/retrieve.json +9 -0
  897. data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/update.json +9 -0
  898. data/lib/fake_shopify/fixtures/2020-04/shop.json +60 -0
  899. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/create.json +9 -0
  900. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/delete.json +1 -0
  901. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/list.json +18 -0
  902. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/retrieve.json +9 -0
  903. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/update.json +9 -0
  904. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/create.json +9 -0
  905. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/delete.json +1 -0
  906. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/list.json +18 -0
  907. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/retrieve.json +9 -0
  908. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/update.json +9 -0
  909. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/create.json +9 -0
  910. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/delete.json +1 -0
  911. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/list.json +18 -0
  912. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/retrieve.json +9 -0
  913. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/update.json +9 -0
  914. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/create.json +9 -0
  915. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/delete.json +1 -0
  916. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/list.json +18 -0
  917. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/retrieve.json +9 -0
  918. data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/update.json +9 -0
  919. data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/create.json +9 -0
  920. data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/delete.json +1 -0
  921. data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/list.json +18 -0
  922. data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/retrieve.json +9 -0
  923. data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/update.json +9 -0
  924. data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/create.json +9 -0
  925. data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/delete.json +1 -0
  926. data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/list.json +18 -0
  927. data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/retrieve.json +9 -0
  928. data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/update.json +9 -0
  929. data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/create.json +9 -0
  930. data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/delete.json +1 -0
  931. data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/list.json +18 -0
  932. data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/retrieve.json +9 -0
  933. data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/update.json +9 -0
  934. data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/create.json +9 -0
  935. data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/delete.json +1 -0
  936. data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/list.json +18 -0
  937. data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/retrieve.json +9 -0
  938. data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/update.json +9 -0
  939. data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/create.json +9 -0
  940. data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/delete.json +1 -0
  941. data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/list.json +18 -0
  942. data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/retrieve.json +9 -0
  943. data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/update.json +9 -0
  944. data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/create.json +9 -0
  945. data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/delete.json +1 -0
  946. data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/list.json +18 -0
  947. data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/retrieve.json +9 -0
  948. data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/update.json +9 -0
  949. data/lib/fake_shopify/initializers/webmock.rb +4 -0
  950. data/lib/fake_shopify/routes/analytics.rb +24 -0
  951. data/lib/fake_shopify/routes/billing.rb +71 -0
  952. data/lib/fake_shopify/routes/customers.rb +105 -0
  953. data/lib/fake_shopify/routes/discounts.rb +65 -0
  954. data/lib/fake_shopify/routes/events.rb +43 -0
  955. data/lib/fake_shopify/routes/inventory.rb +57 -0
  956. data/lib/fake_shopify/routes/marketing_event.rb +33 -0
  957. data/lib/fake_shopify/routes/metafield.rb +29 -0
  958. data/lib/fake_shopify/routes/online_store.rb +226 -0
  959. data/lib/fake_shopify/routes/orders.rb +143 -0
  960. data/lib/fake_shopify/routes/plus.rb +47 -0
  961. data/lib/fake_shopify/routes/products.rb +172 -0
  962. data/lib/fake_shopify/routes/sales_channel.rb +101 -0
  963. data/lib/fake_shopify/routes/shipping_and_fulfillment.rb +160 -0
  964. data/lib/fake_shopify/routes/shopify_payments.rb +35 -0
  965. data/lib/fake_shopify/routes/store_properties.rb +65 -0
  966. data/lib/fake_shopify/routes/tender_transaction.rb +8 -0
  967. data/lib/fake_shopify/stub_app.rb +19 -0
  968. data/lib/fake_shopify/version.rb +3 -0
  969. metadata +1136 -0
@@ -0,0 +1,65 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # PriceRules API Endpoints
4
+ post "/admin/api/:api_version/price_rules.json" do
5
+ json_response 200, fixture(params[:api_version], "discounts/price_rules/create")
6
+ end
7
+
8
+ get "/admin/api/:api_version/price_rules/count.json" do
9
+ json_response 200, fixture(params[:api_version], "discounts/price_rules/count")
10
+ end
11
+
12
+ put "/admin/api/:api_version/price_rules/:price_rule_id.json" do
13
+ json_response 200, fixture(params[:api_version], "discounts/price_rules/update")
14
+ end
15
+
16
+ get "/admin/api/:api_version/price_rules.json" do
17
+ json_response 200, fixture(params[:api_version], "discounts/price_rules/index")
18
+ end
19
+
20
+ get "/admin/api/:api_version/price_rules/:price_rule_id.json" do
21
+ json_response 200, fixture(params[:api_version], "discounts/price_rules/show")
22
+ end
23
+
24
+ delete "/admin/api/:api_version/price_rules/:price_rule_id.json" do
25
+ json_response 200, fixture(params[:api_version], "discounts/price_rules/destroy")
26
+ end
27
+
28
+ # DiscountCodes API Endpoints
29
+ post "/admin/api/:api_version/price_rules/:price_rule_id/discount_codes.json" do
30
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/create")
31
+ end
32
+
33
+ put "/admin/api/:api_version/price_rules/:price_rule_id/discount_codes/:discount_code_id.json" do
34
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/update")
35
+ end
36
+
37
+ get "/admin/api/:api_version/price_rules/:price_rule_id/discount_codes.json" do
38
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/index")
39
+ end
40
+
41
+ get "/admin/api/:api_version/price_rules/:price_rule_id/discount_codes/:discount_code_id.json" do
42
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/show")
43
+ end
44
+
45
+ get "/admin/api/:api_version/discount_codes/lookup.json" do
46
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/lookup")
47
+ end
48
+
49
+ delete "/admin/api/:api_version/price_rules/:price_rule_id/discount_codes/:discount_code_id.json" do
50
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/destroy")
51
+ end
52
+
53
+ post "/admin/api/:api_version/price_rules/:price_rule_id/batch.json" do
54
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/batch_show")
55
+ end
56
+
57
+ get "/admin/api/:api_version/price_rules/:price_rule_id/batch/:batch_id/discount_codes.json" do
58
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/batch_discount_codes_index")
59
+ end
60
+
61
+ get "/admin/api/:api_version/price_rules/:price_rule_id/batch/:batch_id.json" do
62
+ json_response 200, fixture(params[:api_version], "discounts/discount_codes/batch_create")
63
+ end
64
+ end
65
+ end
@@ -0,0 +1,43 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # Event API Endpoints
4
+ get "/admin/api/:api_version/events.json" do
5
+ json_response 200, fixture(params[:api_version], "events/events/index")
6
+ end
7
+ # Retrieves a list of events
8
+ get "/admin/api/:api_version/events/count.json" do
9
+ json_response 200, fixture(params[:api_version], "events/events/count")
10
+ end
11
+ # Retrieves a count of events
12
+ get "/admin/api/:api_version/events/:event_id.json" do
13
+ json_response 200, fixture(params[:api_version], "events/events/show")
14
+ end
15
+ # Retrieves a single event
16
+
17
+ # Webhook API Endpoints
18
+ get "/admin/api/:api_version/webhooks.json" do
19
+ json_response 200, fixture(params[:api_version], "events/webhooks/index")
20
+ end
21
+ # Receive a list of all Webhooks
22
+ get "/admin/api/:api_version/webhooks/count.json" do
23
+ json_response 200, fixture(params[:api_version], "events/webhooks/count")
24
+ end
25
+ # Receive a count of all Webhooks
26
+ get "/admin/api/:api_version/webhooks/:webhook_id.json" do
27
+ json_response 200, fixture(params[:api_version], "events/webhooks/show")
28
+ end
29
+ # Receive a single Webhook
30
+ post "/admin/api/:api_version/webhooks.json" do
31
+ json_response 200, fixture(params[:api_version], "events/webhooks/create")
32
+ end
33
+ # Create a new Webhook
34
+ put "/admin/api/:api_version/webhooks/:webhook_id.json" do
35
+ json_response 200, fixture(params[:api_version], "events/webhooks/update")
36
+ end
37
+ # Modify an existing Webhook
38
+ delete "/admin/api/:api_version/webhooks/:webhook_id.json" do
39
+ json_response 200, fixture(params[:api_version], "events/webhooks/destroy")
40
+ end
41
+ # Remove an existing Webhook
42
+ end
43
+ end
@@ -0,0 +1,57 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # InventoryLevel API Endpoints
4
+ get "/admin/api/:api_version/inventory_levels.json" do
5
+ json_response 200, fixture(params[:api_version], "inventory/inventory_levels/index")
6
+ end
7
+ # Retrieves a list of inventory levels
8
+ post "/admin/api/:api_version/inventory_levels/adjust.json" do
9
+ json_response 200, fixture(params[:api_version], "inventory/inventory_levels/adjust")
10
+ end
11
+ # Adjusts the inventory level of an inventory item at a location
12
+ delete "/admin/api/:api_version/inventory_levels.json" do
13
+ json_response 200, fixture(params[:api_version], "inventory/inventory_levels/destroy")
14
+ end
15
+ # deletes an inventory level from a location
16
+ post "/admin/api/:api_version/inventory_levels/connect.json" do
17
+ json_response 200, fixture(params[:api_version], "inventory/inventory_levels/connect")
18
+ end
19
+ # Connects an inventory item to a location
20
+ post "/admin/api/:api_version/inventory_levels/set.json" do
21
+ json_response 200, fixture(params[:api_version], "inventory/inventory_levels/set")
22
+ end
23
+ # Sets the inventory level for an inventory item at a location
24
+
25
+ # Location API Endpoints
26
+ get "/admin/api/:api_version/locations.json" do
27
+ json_response 200, fixture(params[:api_version], "inventory/locations/index")
28
+ end
29
+ # Retrieves a list of locations
30
+ get "/admin/api/:api_version/locations/count.json" do
31
+ json_response 200, fixture(params[:api_version], "inventory/locations/count")
32
+ end
33
+ # Retrieves a count of locations
34
+ get "/admin/api/:api_version/locations/:location_id.json" do
35
+ json_response 200, fixture(params[:api_version], "inventory/locations/show")
36
+ end
37
+ # Retrieves a single location by its ID
38
+ get "/admin/api/:api_version/locations/:location_id/inventory_levels.json" do
39
+ json_response 200, fixture(params[:api_version], "inventory/locations/inventory_levels")
40
+ end
41
+ # Retrieves a list of inventory levels for a location
42
+
43
+ # InventoryItem API Endpoints
44
+ get "/admin/api/:api_version/inventory_items.json" do
45
+ json_response 200, fixture(params[:api_version], "inventory/inventory_items/index")
46
+ end
47
+ # Retrieves a list of inventory items
48
+ get "/admin/api/:api_version/inventory_items/:inventory_item_id.json" do
49
+ json_response 200, fixture(params[:api_version], "inventory/inventory_items/show")
50
+ end
51
+ # Retrieves a single inventory item by ID
52
+ put "/admin/api/:api_version/inventory_items/:inventory_item_id.json" do
53
+ json_response 200, fixture(params[:api_version], "inventory/inventory_items/update")
54
+ end
55
+ # Updates an existing inventory item
56
+ end
57
+ end
@@ -0,0 +1,33 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # MarketingEvent API Endpoints
4
+ get "/admin/api/:api_version/marketing_events.json" do
5
+ json_response 200, fixture(params[:api_version], "marketing_event/marketing_events/index")
6
+ end
7
+ # Retrieves a list of all marketing events
8
+ get "/admin/api/:api_version/marketing_events/count.json" do
9
+ json_response 200, fixture(params[:api_version], "marketing_event/marketing_events/count")
10
+ end
11
+ # Retrieves a count of all marketing events
12
+ get "/admin/api/:api_version/marketing_events/:marketing_event_id.json" do
13
+ json_response 200, fixture(params[:api_version], "marketing_event/marketing_events/show")
14
+ end
15
+ # Retrieves a single marketing event
16
+ post "/admin/api/:api_version/marketing_events.json" do
17
+ json_response 200, fixture(params[:api_version], "marketing_event/marketing_events/create")
18
+ end
19
+ # Creates a marketing event
20
+ put "/admin/api/:api_version/marketing_events/:marketing_event_id.json" do
21
+ json_response 200, fixture(params[:api_version], "marketing_event/marketing_events/update")
22
+ end
23
+ # Updates a marketing event
24
+ delete "/admin/api/:api_version/marketing_events/:marketing_event_id.json" do
25
+ json_response 200, fixture(params[:api_version], "marketing_event/marketing_events/destroy")
26
+ end
27
+ # Deletes a marketing event
28
+ post "/admin/api/:api_version/marketing_events/:marketing_event_id/engagements.json" do
29
+ json_response 200, fixture(params[:api_version], "marketing_event/marketing_events/engagements")
30
+ end
31
+ # Creates marketing engagements on a marketing event
32
+ end
33
+ end
@@ -0,0 +1,29 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # Metafield API Endpoints
4
+ get "/admin/api/:api_version/metafields.json" do
5
+ json_response 200, fixture(params[:api_version], "metafield/metafields/index")
6
+ end
7
+ # Retrieves a list of metafields that belong to a Product Image resource
8
+ get "/admin/api/:api_version/metafields/count.json" do
9
+ json_response 200, fixture(params[:api_version], "metafield/metafields/count")
10
+ end
11
+ # Retrieves a count of a resource"s metafields
12
+ get "/admin/api/:api_version/metafields/:metafield_id.json" do
13
+ json_response 200, fixture(params[:api_version], "metafield/metafields/show")
14
+ end
15
+ # Retrieves a single metafield from a resource by its ID
16
+ post "/admin/api/:api_version/metafields.json" do
17
+ json_response 200, fixture(params[:api_version], "metafield/metafields/create")
18
+ end
19
+ # Creates a new metafield for a resource
20
+ put "/admin/api/:api_version/metafields/:metafield_id.json" do
21
+ json_response 200, fixture(params[:api_version], "metafield/metafields/update")
22
+ end
23
+ # Updates a metafield
24
+ delete "/admin/api/:api_version/metafields/:metafield_id.json" do
25
+ json_response 200, fixture(params[:api_version], "metafield/metafields/destroy")
26
+ end
27
+ # Deletes a metafield by its ID
28
+ end
29
+ end
@@ -0,0 +1,226 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # Comment API Endpoints
4
+ get "/admin/api/:api_version/comments.json" do
5
+ json_response 200, fixture(params[:api_version], "online_store/comments/index")
6
+ end
7
+ # Retrieves a list of comments
8
+ get "/admin/api/:api_version/comments/count.json" do
9
+ json_response 200, fixture(params[:api_version], "online_store/comments/count")
10
+ end
11
+ # Retrieves a count of comments
12
+ get "/admin/api/:api_version/comments/:comment_id.json" do
13
+ json_response 200, fixture(params[:api_version], "online_store/comments/show")
14
+ end
15
+ # Retrieves a single comment by its ID
16
+ post "/admin/api/:api_version/comments.json" do
17
+ json_response 200, fixture(params[:api_version], "online_store/comments/create")
18
+ end
19
+ # Creates a comment for an article
20
+ put "/admin/api/:api_version/comments/:comment_id.json" do
21
+ json_response 200, fixture(params[:api_version], "online_store/comments/update")
22
+ end
23
+ # Updates a comment of an article
24
+ post "/admin/api/:api_version/comments/:comment_id/spam.json" do
25
+ json_response 200, fixture(params[:api_version], "online_store/comments/spam")
26
+ end
27
+ # Marks a comment as spam
28
+ post "/admin/api/:api_version/comments/:comment_id/not_spam.json" do
29
+ json_response 200, fixture(params[:api_version], "online_store/comments/not_spam")
30
+ end
31
+ # Marks a comment as not spam
32
+ post "/admin/api/:api_version/comments/:comment_id/approve.json" do
33
+ json_response 200, fixture(params[:api_version], "online_store/comments/approve")
34
+ end
35
+ # Approves a comment
36
+ post "/admin/api/:api_version/comments/:comment_id/remove.json" do
37
+ json_response 200, fixture(params[:api_version], "online_store/comments/remove")
38
+ end
39
+ # Removes a comment
40
+ post "/admin/api/:api_version/comments/:comment_id/restore.json" do
41
+ json_response 200, fixture(params[:api_version], "online_store/comments/restore")
42
+ end
43
+ # Restores a previously removed comment
44
+
45
+ # Page API Endpoints
46
+ get "/admin/api/:api_version/pages.json" do
47
+ json_response 200, fixture(params[:api_version], "online_store/pages/index")
48
+ end
49
+ # Retrieves a list of pages
50
+ get "/admin/api/:api_version/pages/count.json" do
51
+ json_response 200, fixture(params[:api_version], "online_store/pages/count")
52
+ end
53
+ # Retrieves a page count
54
+ get "/admin/api/:api_version/pages/:page_id.json" do
55
+ json_response 200, fixture(params[:api_version], "online_store/pages/show")
56
+ end
57
+ # Retrieves a single page by its ID
58
+ post "/admin/api/:api_version/pages.json" do
59
+ json_response 200, fixture(params[:api_version], "online_store/pages/create")
60
+ end
61
+ # Create a new Page
62
+ put "/admin/api/:api_version/pages/:page_id.json" do
63
+ json_response 200, fixture(params[:api_version], "online_store/pages/update")
64
+ end
65
+ # Updates a page
66
+ delete "/admin/api/:api_version/pages/:page_id.json" do
67
+ json_response 200, fixture(params[:api_version], "online_store/pages/destroy")
68
+ end
69
+ # deletes a page
70
+
71
+ # ScriptTag API Endpoints
72
+ get "/admin/api/:api_version/script_tags.json" do
73
+ json_response 200, fixture(params[:api_version], "online_store/script_tags/index")
74
+ end
75
+ # Retrieves a list of all script tags
76
+ get "/admin/api/:api_version/script_tags/count.json" do
77
+ json_response 200, fixture(params[:api_version], "online_store/script_tags/count")
78
+ end
79
+ # Retrieves a count of all script tags
80
+ get "/admin/api/:api_version/script_tags/:script_tag_id.json" do
81
+ json_response 200, fixture(params[:api_version], "online_store/script_tags/show")
82
+ end
83
+ # Retrieves a single script tag
84
+ post "/admin/api/:api_version/script_tags.json" do
85
+ json_response 200, fixture(params[:api_version], "online_store/script_tags/create")
86
+ end
87
+ # Creates a new script tag
88
+ put "/admin/api/:api_version/script_tags/:script_tag_id.json" do
89
+ json_response 200, fixture(params[:api_version], "online_store/script_tags/update")
90
+ end
91
+ # Updates a script tag
92
+ delete "/admin/api/:api_version/script_tags/:script_tag_id.json" do
93
+ json_response 200, fixture(params[:api_version], "online_store/script_tags/destroy")
94
+ end
95
+ # deletes a script tag
96
+
97
+ # Redirect API Endpoints
98
+ get "/admin/api/:api_version/redirects.json" do
99
+ json_response 200, fixture(params[:api_version], "online_store/redirects/index")
100
+ end
101
+ # Retrieves a list of URL redirects
102
+ get "/admin/api/:api_version/redirects/count.json" do
103
+ json_response 200, fixture(params[:api_version], "online_store/redirects/count")
104
+ end
105
+ # Retrieves a count of URL redirects
106
+ get "/admin/api/:api_version/redirects/:redirect_id.json" do
107
+ json_response 200, fixture(params[:api_version], "online_store/redirects/show")
108
+ end
109
+ # Retrieves a single redirect
110
+ post "/admin/api/:api_version/redirects.json" do
111
+ json_response 200, fixture(params[:api_version], "online_store/redirects/create")
112
+ end
113
+ # Creates a redirect
114
+ put "/admin/api/:api_version/redirects/:redirect_id.json" do
115
+ json_response 200, fixture(params[:api_version], "online_store/redirects/update")
116
+ end
117
+ # Updates an existing redirect
118
+ delete "/admin/api/:api_version/redirects/:redirect_id.json" do
119
+ json_response 200, fixture(params[:api_version], "online_store/redirects/destroy")
120
+ end
121
+ # deletes a redirect
122
+
123
+ # Blog API Endpoints
124
+ get "/admin/api/:api_version/blogs.json" do
125
+ json_response 200, fixture(params[:api_version], "online_store/blogs/index")
126
+ end
127
+ # Retrieve a list of all blogs
128
+ get "/admin/api/:api_version/blogs/count.json" do
129
+ json_response 200, fixture(params[:api_version], "online_store/blogs/count")
130
+ end
131
+ # Receive a count of all Blogs
132
+ get "/admin/api/:api_version/blogs/:blog_id.json" do
133
+ json_response 200, fixture(params[:api_version], "online_store/blogs/show")
134
+ end
135
+ # Receive a single Blog
136
+ post "/admin/api/:api_version/blogs.json" do
137
+ json_response 200, fixture(params[:api_version], "online_store/blogs/create")
138
+ end
139
+ # Create a new Blog
140
+ put "/admin/api/:api_version/blogs/:blog_id.json" do
141
+ json_response 200, fixture(params[:api_version], "online_store/blogs/update")
142
+ end
143
+ # Modify an existing Blog
144
+ delete "/admin/api/:api_version/blogs/:blog_id.json" do
145
+ json_response 200, fixture(params[:api_version], "online_store/blogs/destroy")
146
+ end
147
+ # Remove an existing Blog
148
+
149
+ # Asset API Endpoints
150
+ get "/admin/api/:api_version/themes/:theme_id/assets.json" do
151
+ json_response 200, fixture(params[:api_version], "online_store/assets/index")
152
+ end
153
+ # Retrieves a list of assets for a theme
154
+
155
+ # TODO: Add this route back in
156
+ # Retrieves a single asset for a theme
157
+ # get "/admin/api/:api_version/themes/:theme_id/assets.json?asset[key]=templates/index.liquid" do
158
+ # json_response 200, fixture(params[:api_version], "online_store/assets/show")
159
+ # end
160
+
161
+ put "/admin/api/:api_version/themes/:theme_id/assets.json" do
162
+ json_response 200, fixture(params[:api_version], "online_store/assets/update")
163
+ end
164
+ # Creates or updates an asset for a theme
165
+ delete "/admin/api/:api_version/themes/:theme_id/assets.json" do
166
+ json_response 200, fixture(params[:api_version], "online_store/assets/destroy")
167
+ end
168
+ # deletes an asset from a theme
169
+
170
+ # Theme API Endpoints
171
+ get "/admin/api/:api_version/themes.json" do
172
+ json_response 200, fixture(params[:api_version], "online_store/themes/index")
173
+ end
174
+ # Retrieves a list of themes
175
+ get "/admin/api/:api_version/themes/:theme_id.json" do
176
+ json_response 200, fixture(params[:api_version], "online_store/themes/show")
177
+ end
178
+ # Retrieves a single theme
179
+ post "/admin/api/:api_version/themes.json" do
180
+ json_response 200, fixture(params[:api_version], "online_store/themes/create")
181
+ end
182
+ # Creates a theme
183
+ put "/admin/api/:api_version/themes/:theme_id.json" do
184
+ json_response 200, fixture(params[:api_version], "online_store/themes/update")
185
+ end
186
+ # Modify an existing Theme
187
+ delete "/admin/api/:api_version/themes/:theme_id.json" do
188
+ json_response 200, fixture(params[:api_version], "online_store/themes/destroy")
189
+ end
190
+ # Remove an existing Theme
191
+
192
+ # Article API Endpoints
193
+ get "/admin/api/:api_version/blogs/:blog_id/articles.json" do
194
+ json_response 200, fixture(params[:api_version], "online_store/articles/index")
195
+ end
196
+ # Retrieves a list of all articles from a blog
197
+ get "/admin/api/:api_version/blogs/:blog_id/articles/count.json" do
198
+ json_response 200, fixture(params[:api_version], "online_store/articles/count")
199
+ end
200
+ # Retrieves a count of all articles from a blog
201
+ get "/admin/api/:api_version/blogs/:blog_id/articles/:article_id.json" do
202
+ json_response 200, fixture(params[:api_version], "online_store/articles/show")
203
+ end
204
+ # Receive a single Article
205
+ post "/admin/api/:api_version/blogs/:blog_id/articles.json" do
206
+ json_response 200, fixture(params[:api_version], "online_store/articles/create")
207
+ end
208
+ # Creates an article for a blog
209
+ put "/admin/api/:api_version/blogs/:blog_id/articles/:article_id.json" do
210
+ json_response 200, fixture(params[:api_version], "online_store/articles/update")
211
+ end
212
+ # Updates an article
213
+ get "/admin/api/:api_version/articles/authors.json" do
214
+ json_response 200, fixture(params[:api_version], "online_store/articles/authors")
215
+ end
216
+ # Retrieves a list of all article authors
217
+ get "/admin/api/:api_version/articles/tags.json" do
218
+ json_response 200, fixture(params[:api_version], "online_store/articles/tags")
219
+ end
220
+ # Retrieves a list of all article tags
221
+ delete "/admin/api/:api_version/blogs/:blog_id/articles/:article_id.json" do
222
+ json_response 200, fixture(params[:api_version], "online_store/articles/destroy")
223
+ end
224
+ # deletes an article
225
+ end
226
+ end