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,143 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # Abandoned checkouts API Endpoints
4
+ get "/admin/api/:api_version/checkouts/count.json" do
5
+ json_response 200, fixture(params[:api_version], "orders/checkouts/count")
6
+ end
7
+ # Retrieves a count of checkouts
8
+ get "/admin/api/:api_version/checkouts.json" do
9
+ json_response 200, fixture(params[:api_version], "orders/checkouts/index")
10
+ end
11
+ # Retrieves a list of abandoned checkouts
12
+
13
+ # Order Risk API Endpoints
14
+ post "/admin/api/:api_version/orders/:order_id/risks.json" do
15
+ json_response 200, fixture(params[:api_version], "orders/risks/create")
16
+ end
17
+ # Creates an order risk for an order
18
+ get "/admin/api/:api_version/orders/:order_id/risks.json" do
19
+ json_response 200, fixture(params[:api_version], "orders/risks/index")
20
+ end
21
+ # Retrieves a list of all order risks for an order
22
+ get "/admin/api/:api_version/orders/:order_id/risks/:risk_id.json" do
23
+ json_response 200, fixture(params[:api_version], "orders/risks/show")
24
+ end
25
+ # Retrieves a single order risk by its ID
26
+ put "/admin/api/:api_version/orders/:order_id/risks/:risk_id.json" do
27
+ json_response 200, fixture(params[:api_version], "orders/risks/update")
28
+ end
29
+ # Updates an order risk
30
+ delete "/admin/api/:api_version/orders/:order_id/risks/:risk_id.json" do
31
+ json_response 200, fixture(params[:api_version], "orders/risks/destroy")
32
+ end
33
+ # deletes an order risk for an order
34
+
35
+ # DraftOrder API Endpoints
36
+ post "/admin/api/:api_version/draft_orders.json" do
37
+ json_response 200, fixture(params[:api_version], "orders/draft_orders/create")
38
+ end
39
+ # Create a new DraftOrder
40
+ get "/admin/api/:api_version/draft_orders/count.json" do
41
+ json_response 200, fixture(params[:api_version], "orders/draft_orders/count")
42
+ end
43
+ # Receive a count of all DraftOrders
44
+ put "/admin/api/:api_version/draft_orders/:draft_order_id.json" do
45
+ json_response 200, fixture(params[:api_version], "orders/draft_orders/update")
46
+ end
47
+ # Modify an existing DraftOrder
48
+ get "/admin/api/:api_version/draft_orders.json" do
49
+ json_response 200, fixture(params[:api_version], "orders/draft_orders/index")
50
+ end
51
+ # Retrieves a list of draft orders
52
+ get "/admin/api/:api_version/draft_orders/:draft_order_id.json" do
53
+ json_response 200, fixture(params[:api_version], "orders/draft_orders/show")
54
+ end
55
+ # Receive a single DraftOrder
56
+ post "/admin/api/:api_version/draft_orders/:draft_order_id/send_invoice.json" do
57
+ json_response 200, fixture(params[:api_version], "orders/draft_orders/send_invoice")
58
+ end
59
+ # Send an invoice
60
+ delete "/admin/api/:api_version/draft_orders/:draft_order_id.json" do
61
+ json_response 200, fixture(params[:api_version], "orders/draft_orders/destroy")
62
+ end
63
+ # Remove an existing DraftOrder
64
+ put "/admin/api/:api_version/draft_orders/:draft_order_id/complete.json" do
65
+ json_response 200, fixture(params[:api_version], "orders/draft_orders/complete")
66
+ end
67
+ # Complete a draft order
68
+
69
+ # Order API Endpoints
70
+ get "/admin/api/:api_version/orders.json" do
71
+ json_response 200, fixture(params[:api_version], "orders/orders/index")
72
+ end
73
+ # Retrieves a list of orders
74
+ get "/admin/api/:api_version/orders/count.json" do
75
+ json_response 200, fixture(params[:api_version], "orders/orders/count")
76
+ end
77
+ # Retrieves an order count
78
+ get "/admin/api/:api_version/orders/:order_id.json" do
79
+ json_response 200, fixture(params[:api_version], "orders/orders/show")
80
+ end
81
+ # Retrieves a specific order
82
+ post "/admin/api/:api_version/orders/:order_id/close.json" do
83
+ json_response 200, fixture(params[:api_version], "orders/orders/close")
84
+ end
85
+ # Closes an order
86
+ post "/admin/api/:api_version/orders/:order_id/open.json" do
87
+ json_response 200, fixture(params[:api_version], "orders/orders/open")
88
+ end
89
+ # Re-opens a closed order
90
+ post "/admin/api/:api_version/orders/:order_id/cancel.json" do
91
+ json_response 200, fixture(params[:api_version], "orders/orders/cancel")
92
+ end
93
+ # Cancels an order
94
+ post "/admin/api/:api_version/orders.json" do
95
+ json_response 200, fixture(params[:api_version], "orders/orders/create")
96
+ end
97
+ # Creates an order
98
+ put "/admin/api/:api_version/orders/:order_id.json" do
99
+ json_response 200, fixture(params[:api_version], "orders/orders/update")
100
+ end
101
+ # Updates an order
102
+ delete "/admin/api/:api_version/orders/:order_id.json" do
103
+ json_response 200, fixture(params[:api_version], "orders/orders/destroy")
104
+ end
105
+ # deletes an order
106
+
107
+ # Transaction API Endpoints
108
+ get "/admin/api/:api_version/orders/:order_id/transactions.json" do
109
+ json_response 200, fixture(params[:api_version], "orders/transactions/index")
110
+ end
111
+ # Retrieves a list of transactions
112
+ get "/admin/api/:api_version/orders/:order_id/transactions/count.json" do
113
+ json_response 200, fixture(params[:api_version], "orders/transactions/count")
114
+ end
115
+ # Retrieves a count of an order"s transactions
116
+ get "/admin/api/:api_version/orders/:order_id/transactions/:transaction_id.json" do
117
+ json_response 200, fixture(params[:api_version], "orders/transactions/show")
118
+ end
119
+ # Retrieves a specific transaction
120
+ post "/admin/api/:api_version/orders/:order_id/transactions.json" do
121
+ json_response 200, fixture(params[:api_version], "orders/transactions/create")
122
+ end
123
+ # Creates a transaction for an order
124
+
125
+ # Refund API Endpoints
126
+ get "/admin/api/:api_version/orders/:order_id/refunds.json" do
127
+ json_response 200, fixture(params[:api_version], "orders/refunds/index")
128
+ end
129
+ # Retrieves a list of refunds for an order
130
+ get "/admin/api/:api_version/orders/:order_id/refunds/:refund_id.json" do
131
+ json_response 200, fixture(params[:api_version], "orders/refunds/show")
132
+ end
133
+ # Retrieves a specific refund
134
+ post "/admin/api/:api_version/orders/:order_id/refunds/calculate.json" do
135
+ json_response 200, fixture(params[:api_version], "orders/refunds/calculate")
136
+ end
137
+ # Calculates a refund
138
+ post "/admin/api/:api_version/orders/:order_id/refunds.json" do
139
+ json_response 200, fixture(params[:api_version], "orders/refunds/create")
140
+ end
141
+ # Creates a refund
142
+ end
143
+ end
@@ -0,0 +1,47 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # Gift Card API Endpoints
4
+ get "/admin/api/:api_version/gift_cards.json" do
5
+ json_response 200, fixture(params[:api_version], "plus/gift_cards/index")
6
+ end
7
+ # Retrieves a list of gift cards
8
+ get "/admin/api/:api_version/gift_cards/count.json" do
9
+ json_response 200, fixture(params[:api_version], "plus/gift_cards/count")
10
+ end
11
+ # Retrieves a count of gift cards
12
+ get "/admin/api/:api_version/gift_cards/search.json" do
13
+ json_response 200, fixture(params[:api_version], "plus/gift_cards/search")
14
+ end
15
+ # Searches for gift cards
16
+ get "/admin/api/:api_version/gift_cards/:gift_card_id.json" do
17
+ json_response 200, fixture(params[:api_version], "plus/gift_cards/show")
18
+ end
19
+ # Retrieves a single gift card
20
+ post "/admin/api/:api_version/gift_cards.json" do
21
+ json_response 200, fixture(params[:api_version], "plus/gift_cards/create")
22
+ end
23
+ # Creates a gift card
24
+ put "/admin/api/:api_version/gift_cards/:gift_card_id.json" do
25
+ json_response 200, fixture(params[:api_version], "plus/gift_cards/update")
26
+ end
27
+ # Updates an existing gift card
28
+ post "/admin/api/:api_version/gift_cards/:gift_card_id/disable.json" do
29
+ json_response 200, fixture(params[:api_version], "plus/gift_cards/disable")
30
+ end
31
+ # Disables a gift card
32
+
33
+ # User API Endpoints
34
+ get "/admin/api/:api_version/users.json" do
35
+ json_response 200, fixture(params[:api_version], "plus/users/index")
36
+ end
37
+ # Retrieves a list of all users
38
+ get "/admin/api/:api_version/users/current.json" do
39
+ json_response 200, fixture(params[:api_version], "plus/users/current")
40
+ end
41
+ # Retrieves the currently logged-in user
42
+ get "/admin/api/:api_version/users/:user_id.json" do
43
+ json_response 200, fixture(params[:api_version], "plus/users/show")
44
+ end
45
+ # Retrieves a single user
46
+ end
47
+ end
@@ -0,0 +1,172 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # Product Image API Endpoints
4
+ get "/admin/api/:api_version/products/:product_id/images.json" do
5
+ json_response 200, fixture(params[:api_version], "products/images/index")
6
+ end
7
+ # Receive a list of all Product Images
8
+ get "/admin/api/:api_version/products/:product_id/images/count.json" do
9
+ json_response 200, fixture(params[:api_version], "products/images/count")
10
+ end
11
+ # Receive a count of all Product Images
12
+ get "/admin/api/:api_version/products/:product_id/images/:image_id.json" do
13
+ json_response 200, fixture(params[:api_version], "products/images/show")
14
+ end
15
+ # Receive a single Product Image
16
+ post "/admin/api/:api_version/products/:product_id/images.json" do
17
+ json_response 200, fixture(params[:api_version], "products/images/create")
18
+ end
19
+ # Create a new Product Image
20
+ put "/admin/api/:api_version/products/:product_id/images/:image_id.json" do
21
+ json_response 200, fixture(params[:api_version], "products/images/update")
22
+ end
23
+ # Modify an existing Product Image
24
+ delete "/admin/api/:api_version/products/:product_id/images/:image_id.json" do
25
+ json_response 200, fixture(params[:api_version], "products/images/destroy")
26
+ end
27
+ # Remove an existing Product Image
28
+
29
+ # CustomCollection API Endpoints
30
+
31
+ get "/admin/api/:api_version/custom_collections.json" do
32
+ json_response 200, fixture(params[:api_version], "products/custom_collections/index")
33
+ end
34
+ # Retrieves a list of custom collections
35
+ get "/admin/api/:api_version/custom_collections/count.json" do
36
+ json_response 200, fixture(params[:api_version], "products/custom_collections/count")
37
+ end
38
+ # Retrieves a count of custom collections
39
+ get "/admin/api/:api_version/custom_collections/:custom_collection_id.json" do
40
+ json_response 200, fixture(params[:api_version], "products/custom_collections/show")
41
+ end
42
+ # Retrieves a single custom collection
43
+ post "/admin/api/:api_version/custom_collections.json" do
44
+ json_response 200, fixture(params[:api_version], "products/custom_collections/create")
45
+ end
46
+ # Creates a custom collection
47
+ put "/admin/api/:api_version/custom_collections/:custom_collection_id.json" do
48
+ json_response 200, fixture(params[:api_version], "products/custom_collections/update")
49
+ end
50
+ # Updates an existing custom collection
51
+ delete "/admin/api/:api_version/custom_collections/:custom_collection_id.json" do
52
+ json_response 200, fixture(params[:api_version], "products/custom_collections/destroy")
53
+ end
54
+ # deletes a custom collection
55
+
56
+ # Product Variant API Endpoints
57
+
58
+ get "/admin/api/:api_version/products/:product_id/variants.json" do
59
+ json_response 200, fixture(params[:api_version], "products/variants/index")
60
+ end
61
+ # Retrieves a list of product variants
62
+ get "/admin/api/:api_version/products/:product_id/variants/count.json" do
63
+ json_response 200, fixture(params[:api_version], "products/variants/count")
64
+ end
65
+ # Receive a count of all Product Variants
66
+ get "/admin/api/:api_version/variants/:variant_id.json" do
67
+ json_response 200, fixture(params[:api_version], "products/variants/show")
68
+ end
69
+ # Receive a single Product Variant
70
+ post "/admin/api/:api_version/products/:product_id/variants.json" do
71
+ json_response 200, fixture(params[:api_version], "products/variants/create")
72
+ end
73
+ # Create a new Product Variant
74
+ put "/admin/api/:api_version/variants/:variant_id.json" do
75
+ json_response 200, fixture(params[:api_version], "products/variants/update")
76
+ end
77
+ # Modify an existing Product Variant
78
+ delete "/admin/api/:api_version/products/:product_id/variants/:variant_id.json" do
79
+ json_response 200, fixture(params[:api_version], "products/variants/destroy")
80
+ end
81
+ # Remove an existing Product Variant
82
+
83
+ # Product API Endpoints
84
+
85
+ get "/admin/api/:api_version/products.json" do
86
+ json_response 200, fixture(params[:api_version], "products/products/index")
87
+ end
88
+ # Retrieves a list of products
89
+ get "/admin/api/:api_version/products/count.json" do
90
+ json_response 200, fixture(params[:api_version], "products/products/count")
91
+ end
92
+ # Retrieves a count of products
93
+ get "/admin/api/:api_version/products/:product_id.json" do
94
+ json_response 200, fixture(params[:api_version], "products/products/show")
95
+ end
96
+ # Retrieves a single product
97
+ post "/admin/api/:api_version/products.json" do
98
+ json_response 200, fixture(params[:api_version], "products/products/create")
99
+ end
100
+ # Creates a new product
101
+ put "/admin/api/:api_version/products/:product_id.json" do
102
+ json_response 200, fixture(params[:api_version], "products/products/update")
103
+ end
104
+ # Updates a product
105
+ delete "/admin/api/:api_version/products/:product_id.json" do
106
+ json_response 200, fixture(params[:api_version], "products/products/destroy")
107
+ end
108
+ # deletes a product
109
+
110
+ # Collection API Endpoints
111
+ # TODO: Check API endpoints here
112
+ get "/admin/api/:api_version/collections/:collection_id.json" do
113
+ json_response 200, fixture(params[:api_version], "products/collections/show")
114
+ end
115
+
116
+ get "/admin/api/:api_version/collections/:collection_id/products.json" do
117
+ json_response 200, fixture(params[:api_version], "products/collections/products")
118
+ end
119
+
120
+ # Collect API Endpoints
121
+ post "/admin/api/:api_version/collects.json" do
122
+ json_response 200, fixture(params[:api_version], "products/collects/index")
123
+ end
124
+ # Adds a product to a custom collection
125
+ delete "/admin/api/:api_version/collects/:collect_id.json" do
126
+ json_response 200, fixture(params[:api_version], "products/collects/destroy")
127
+ end
128
+ # Removes a product from a collection
129
+ get "/admin/api/:api_version/collects.json" do
130
+ json_response 200, fixture(params[:api_version], "products/collects/index")
131
+ end
132
+ # Retrieves a list of collects
133
+ get "/admin/api/:api_version/collects/count.json" do
134
+ json_response 200, fixture(params[:api_version], "products/collects/count")
135
+ end
136
+ # Retrieves a count of collects
137
+ get "/admin/api/:api_version/collects/:collect_id.json" do
138
+ json_response 200, fixture(params[:api_version], "products/collects/show")
139
+ end
140
+ # Retrieves a specific collect by its ID
141
+
142
+ # SmartCollection API Endpoints
143
+ get "/admin/api/:api_version/smart_collections.json" do
144
+ json_response 200, fixture(params[:api_version], "products/smart_collections/index")
145
+ end
146
+ # Retrieves a list of smart collections
147
+ get "/admin/api/:api_version/smart_collections/count.json" do
148
+ json_response 200, fixture(params[:api_version], "products/smart_collections/count")
149
+ end
150
+ # Retrieves a count of smart collections
151
+ get "/admin/api/:api_version/smart_collections/:smart_collection_id.json" do
152
+ json_response 200, fixture(params[:api_version], "products/smart_collections/show")
153
+ end
154
+ # Retrieves a single smart collection
155
+ post "/admin/api/:api_version/smart_collections.json" do
156
+ json_response 200, fixture(params[:api_version], "products/smart_collections/create")
157
+ end
158
+ # Creates a smart collection
159
+ put "/admin/api/:api_version/smart_collections/:smart_collection_id.json" do
160
+ json_response 200, fixture(params[:api_version], "products/smart_collections/update")
161
+ end
162
+ # Updates an existing smart collection
163
+ put "/admin/api/:api_version/smart_collections/:smart_collection_id/order.json" do
164
+ json_response 200, fixture(params[:api_version], "products/smart_collections/order")
165
+ end
166
+ # Updates the ordering type of products in a smart collection
167
+ delete "/admin/api/:api_version/smart_collections/:smart_collection_id.json" do
168
+ json_response 200, fixture(params[:api_version], "products/smart_collections/destroy")
169
+ end
170
+ # Removes a smart collection
171
+ end
172
+ end
@@ -0,0 +1,101 @@
1
+ module FakeShopify
2
+ class StubApp < Sinatra::Base
3
+ # CollectionListing API Endpoints
4
+ get "/admin/api/:api_version/collection_listings.json" do
5
+ json_response 200, fixture(params[:api_version], "sales_channel/collection_listings/index")
6
+ end
7
+ # Retrieve collection listings that are published to your app
8
+ get "/admin/api/:api_version/collection_listings/:collection_listing_id/product_ids.json" do
9
+ json_response 200, fixture(params[:api_version], "sales_channel/collection_listings/product_ids")
10
+ end
11
+ # Retrieve product_ids that are published to a collection_id
12
+ get "/admin/api/:api_version/collection_listings/:collection_listing_id.json" do
13
+ json_response 200, fixture(params[:api_version], "sales_channel/collection_listings/show")
14
+ end
15
+ # Retrieve a specific collection listing that is published to your app
16
+ put "/admin/api/:api_version/collection_listings/:collection_listing_id.json" do
17
+ json_response 200, fixture(params[:api_version], "sales_channel/collection_listings/create")
18
+ end
19
+ # Create a collection listing to publish a collection to your app
20
+ delete "/admin/api/:api_version/collection_listings/:collection_listing_id.json" do
21
+ json_response 200, fixture(params[:api_version], "sales_channel/collection_listings/destroy")
22
+ end
23
+ # delete a collection listing to unpublish a collection from your app
24
+
25
+ # Payment API Endpoints
26
+ post "/admin/api/:api_version/checkouts/:token/payments.json" do
27
+ json_response 200, fixture(params[:api_version], "sales_channel/payments/create")
28
+ end
29
+ # Creates a new payment
30
+ get "/admin/api/:api_version/checkouts/:token/payments.json" do
31
+ json_response 200, fixture(params[:api_version], "sales_channel/payments/index")
32
+ end
33
+ # Retrieves a list of payments on a particular checkout
34
+ get "/admin/api/:api_version/checkouts/:token/payments/:payment_id.json" do
35
+ json_response 200, fixture(params[:api_version], "sales_channel/payments/show")
36
+ end
37
+ # Retrieves a single payment
38
+ get "/admin/api/:api_version/checkouts/:token/payments/count.json" do
39
+ json_response 200, fixture(params[:api_version], "sales_channel/payments/count")
40
+ end
41
+ # Counts the number of payments attempted on a checkout
42
+
43
+ # Checkout API Endpoints
44
+ post "/admin/api/:api_version/checkouts.json" do
45
+ json_response 200, fixture(params[:api_version], "sales_channel/checkouts/create")
46
+ end
47
+ # Creates a checkout
48
+ post "/admin/api/:api_version/checkouts/:token/complete.json" do
49
+ json_response 200, fixture(params[:api_version], "sales_channel/checkouts/complete")
50
+ end
51
+ # Completes a checkout
52
+ get "/admin/api/:api_version/checkouts/:token.json" do
53
+ json_response 200, fixture(params[:api_version], "sales_channel/checkouts/show")
54
+ end
55
+ # Retrieves a checkout
56
+ put "/admin/api/:api_version/checkouts/:token.json" do
57
+ json_response 200, fixture(params[:api_version], "sales_channel/checkouts/update")
58
+ end
59
+ # Modifies an existing checkout
60
+ get "/admin/api/:api_version/checkouts/:token/shipping_rates.json" do
61
+ json_response 200, fixture(params[:api_version], "sales_channel/checkouts/shipping_rates")
62
+ end
63
+ # Retrieves a list of shipping rates
64
+
65
+ # ResourceFeedback API Endpoints
66
+ post "/admin/api/:api_version/resource_feedback.json" do
67
+ json_response 200, fixture(params[:api_version], "sales_channel/resource_feedback/create")
68
+ end
69
+ # Create a new ResourceFeedback
70
+ get "/admin/api/:api_version/resource_feedback.json" do
71
+ json_response 200, fixture(params[:api_version], "sales_channel/resource_feedback/index")
72
+ end
73
+ # Receive a list of all ResourceFeedbacks
74
+
75
+ # ProductListing API Endpoints
76
+ get "/admin/api/:api_version/product_listings.json" do
77
+ json_response 200, fixture(params[:api_version], "sales_channel/product_listings/index")
78
+ end
79
+ # Retrieve product listings that are published to your app
80
+ get "/admin/api/:api_version/product_listings/product_ids.json" do
81
+ json_response 200, fixture(params[:api_version], "sales_channel/product_listings/product_ids")
82
+ end
83
+ # Retrieve product_ids that are published to your app
84
+ get "/admin/api/:api_version/product_listings/count.json" do
85
+ json_response 200, fixture(params[:api_version], "sales_channel/product_listings/count")
86
+ end
87
+ # Retrieve a count of products that are published to your app
88
+ get "/admin/api/:api_version/product_listings/:product_listing_id.json" do
89
+ json_response 200, fixture(params[:api_version], "sales_channel/product_listings/show")
90
+ end
91
+ # Retrieve a specific product listing that is published to your app
92
+ put "/admin/api/:api_version/product_listings/:product_listing_id.json" do
93
+ json_response 200, fixture(params[:api_version], "sales_channel/product_listings/create")
94
+ end
95
+ # Create a product listing to publish a product to your app
96
+ delete "/admin/api/:api_version/product_listings/:product_listing_id.json" do
97
+ json_response 200, fixture(params[:api_version], "sales_channel/product_listings/destroy")
98
+ end
99
+ # delete a product listing to unpublish a product from your app
100
+ end
101
+ end