fake_shopify 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +72 -0
- data/Rakefile +16 -0
- data/lib/fake_shopify.rb +13 -0
- data/lib/fake_shopify/bootable.rb +18 -0
- data/lib/fake_shopify/configuration.rb +11 -0
- data/lib/fake_shopify/fixtures/2019-04/analytics/report/create.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/analytics/report/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/analytics/report/index.json +18 -0
- data/lib/fake_shopify/fixtures/2019-04/analytics/report/show.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/analytics/report/update.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/application_charge/activate.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/application_charge/create.json +16 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/application_charge/index.json +43 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/application_charge/show.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/application_credit/create.json +8 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/application_credit/index.json +10 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/application_credit/show.json +8 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/activate.json +19 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/create.json +20 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/customize.json +24 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/index.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/show.json +20 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/usage_charge/create.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/usage_charge/index.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/billing/usage_charge/show.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/account_activation_url.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/create.json +67 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/index.json +69 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/search.json +69 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/send_invite.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/show.json +67 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer/update.json +67 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/create.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/default.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/index.json +23 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/set.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/show.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_address/update.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/create.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/index.json +25 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/other.json +69 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/show.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/update.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_create.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_discount_codes_index.json +19 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_show.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/create.json +10 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/index.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/lookup.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/show.json +10 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/update.json +10 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/create.json +23 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/index.json +38 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/show.json +36 -0
- data/lib/fake_shopify/fixtures/2019-04/discounts/price_rules/update.json +36 -0
- data/lib/fake_shopify/fixtures/2019-04/events/events/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/events/events/index.json +50 -0
- data/lib/fake_shopify/fixtures/2019-04/events/events/show.json +17 -0
- data/lib/fake_shopify/fixtures/2019-04/events/webhooks/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/events/webhooks/create.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/events/webhooks/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/events/webhooks/index.json +26 -0
- data/lib/fake_shopify/fixtures/2019-04/events/webhooks/show.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/events/webhooks/update.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/index.json +46 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/show.json +16 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/update.json +16 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/adjust.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/connect.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/index.json +32 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/set.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/locations/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/locations/index.json +99 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/locations/inventory_levels.json +32 -0
- data/lib/fake_shopify/fixtures/2019-04/inventory/locations/show.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/create.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/engagements.json +64 -0
- data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/index.json +28 -0
- data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/show.json +26 -0
- data/lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/update.json +17 -0
- data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/create.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/index.json +17 -0
- data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/show.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/metafield/metafields/update.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/articles/authors.json +8 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/articles/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/articles/create.json +18 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/articles/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/articles/index.json +75 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/articles/show.json +25 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/articles/tags.json +6 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/articles/update.json +25 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/assets/destroy.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/assets/index.json +247 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/assets/show.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/assets/update.json +11 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/create.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/index.json +30 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/show.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/blogs/update.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/approve.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/create.json +17 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/index.json +34 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/not_spam.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/remove.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/restore.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/show.json +17 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/spam.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/comments/update.json +17 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/pages/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/pages/create.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/pages/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/pages/index.json +56 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/pages/show.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/pages/update.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/create.json +7 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/index.json +19 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/show.json +7 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/redirects/update.json +7 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/create.json +10 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/index.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/show.json +10 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/script_tags/update.json +10 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/themes/create.json +13 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/themes/destroy.json +11 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/themes/index.json +37 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/themes/show.json +13 -0
- data/lib/fake_shopify/fixtures/2019-04/online_store/themes/update.json +13 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/checkouts/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/checkouts/index.json +365 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/complete.json +139 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/create.json +75 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/index.json +622 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/send_invoice.json +11 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/show.json +139 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/draft_orders/update.json +139 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/cancel.json +820 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/close.json +819 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/create.json +171 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/index.json +821 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/open.json +819 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/show.json +9 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/orders/update.json +819 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/refunds/calculate.json +35 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/refunds/create.json +130 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/refunds/index.json +232 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/refunds/show.json +230 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/risks/create.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/risks/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/risks/index.json +28 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/risks/show.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/risks/update.json +14 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/transactions/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/transactions/create.json +25 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/transactions/index.json +83 -0
- data/lib/fake_shopify/fixtures/2019-04/orders/transactions/show.json +35 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/create.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/disable.json +20 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/index.json +58 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/search.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/show.json +20 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/gift_cards/update.json +20 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/users/current.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/users/index.json +42 -0
- data/lib/fake_shopify/fixtures/2019-04/plus/users/show.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collections/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collections/create.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collections/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collections/index.json +47 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collections/show.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collections/update.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collects/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collects/create.json +11 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collects/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collects/index.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/products/collects/show.json +11 -0
- data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/create.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/index.json +47 -0
- data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/show.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/products/custom_collections/update.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/products/images/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/products/images/create.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/products/images/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/products/images/index.json +32 -0
- data/lib/fake_shopify/fixtures/2019-04/products/images/show.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/products/images/update.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/products/products/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/products/products/create.json +69 -0
- data/lib/fake_shopify/fixtures/2019-04/products/products/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/products/products/index.json +293 -0
- data/lib/fake_shopify/fixtures/2019-04/products/products/show.json +224 -0
- data/lib/fake_shopify/fixtures/2019-04/products/products/update.json +224 -0
- data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/create.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/index.json +31 -0
- data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/order.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/show.json +30 -0
- data/lib/fake_shopify/fixtures/2019-04/products/smart_collections/update.json +29 -0
- data/lib/fake_shopify/fixtures/2019-04/products/variants/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/products/variants/create.json +39 -0
- data/lib/fake_shopify/fixtures/2019-04/products/variants/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/products/variants/index.json +152 -0
- data/lib/fake_shopify/fixtures/2019-04/products/variants/show.json +40 -0
- data/lib/fake_shopify/fixtures/2019-04/products/variants/update.json +39 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/complete.json +113 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/create.json +82 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/shipping_rates.json +30 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/show.json +150 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/update.json +135 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/create.json +16 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/index.json +64 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/product_ids.json +5 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/show.json +16 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/payments/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/payments/create.json +222 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/payments/index.json +208 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/payments/show.json +221 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/create.json +59 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/index.json +236 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/product_ids.json +6 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/show.json +59 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/resource_feedback/create.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/sales_channel/resource_feedback/index.json +16 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/create.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/index.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/show.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/update.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/create.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/index.json +24 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/show.json +22 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/create.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/index.json +17 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/show.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/update.json +15 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/cancel.json +100 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/complete.json +100 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/create.json +222 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/index.json +102 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/open.json +100 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/show.json +100 -0
- data/lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/update.json +100 -0
- data/lib/fake_shopify/fixtures/2019-04/shopify_payments/balance/show.json +8 -0
- data/lib/fake_shopify/fixtures/2019-04/shopify_payments/disputes/index.json +88 -0
- data/lib/fake_shopify/fixtures/2019-04/shopify_payments/disputes/show.json +16 -0
- data/lib/fake_shopify/fixtures/2019-04/shopify_payments/payouts/index.json +99 -0
- data/lib/fake_shopify/fixtures/2019-04/shopify_payments/payouts/show.json +21 -0
- data/lib/fake_shopify/fixtures/2019-04/shopify_payments/transactions/index.json +468 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/create.json +10 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/destroy.json +1 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/index.json +261 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/show.json +154 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/countries/update.json +154 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/currencies/index.json +19 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/policies/index.json +12 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/provinces/count.json +3 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/provinces/index.json +147 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/provinces/show.json +13 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/provinces/update.json +13 -0
- data/lib/fake_shopify/fixtures/2019-04/store_properties/shop/show.json +60 -0
- data/lib/fake_shopify/fixtures/2019-04/tender_transaction/tender_transactions/index.json +34 -0
- data/lib/fake_shopify/fixtures/2020-01/analytics/reports/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/analytics/reports/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/analytics/reports/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/analytics/reports/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/analytics/reports/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_charges/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/application_credits/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/billing/usage_charges/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/addresses/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/addresses/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/addresses/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/addresses/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/addresses/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customers/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customers/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customers/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customers/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/customers/customers/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/discounts/price_rules/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/events/events/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/events/events/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/events/events/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/events/events/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/events/events/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/events/webhooks/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/events/webhooks/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/events/webhooks/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/events/webhooks/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/events/webhooks/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/locations/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/locations/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/locations/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/locations/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/inventory/locations/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/metafield/metafields/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/metafields.json +13 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/articles/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/articles/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/articles/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/articles/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/articles/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/assets/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/assets/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/assets/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/assets/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/assets/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/blogs/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/comments/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/comments/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/comments/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/comments/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/comments/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/pages/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/pages/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/pages/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/pages/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/pages/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/redirects/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/script_tags/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/themes/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/themes/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/themes/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/themes/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/online_store/themes/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/checkouts/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/draft_orders/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/orders/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/orders/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/orders/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/orders/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/orders/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/refunds/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/refunds/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/refunds/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/refunds/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/refunds/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/risks/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/risks/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/risks/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/risks/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/risks/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/transactions/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/transactions/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/transactions/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/transactions/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/orders/transactions/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/gift_cards/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/users/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/users/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/users/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/users/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/plus/users/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products.json +293 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collections/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collections/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collections/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collections/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collections/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collects/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collects/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collects/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collects/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/collects/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/count.json +3 -0
- data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/custom_collections/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/images/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/images/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/products/images/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/products/images/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/images/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/products/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/products/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/products/products/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/products/products/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/products/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/smart_collections/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/variants/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/variants/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/products/variants/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/products/variants/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/products/variants/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/payments/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shop.json +60 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/countries/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/currencies/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/policies/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/provinces/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/store_properties/shop/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/analytics/reports/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/analytics/reports/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/analytics/reports/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/analytics/reports/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/analytics/reports/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_charges/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/application_credits/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/billing/usage_charges/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/addresses/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/addresses/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/addresses/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/addresses/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/addresses/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customers/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customers/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customers/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customers/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/customers/customers/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/discounts/price_rules/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/events/events/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/events/events/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/events/events/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/events/events/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/events/events/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/events/webhooks/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/events/webhooks/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/events/webhooks/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/events/webhooks/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/events/webhooks/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/locations/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/locations/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/locations/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/locations/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/inventory/locations/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/metafield/metafields/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/metafields.json +13 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/articles/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/articles/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/articles/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/articles/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/articles/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/assets/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/assets/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/assets/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/assets/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/assets/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/blogs/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/comments/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/comments/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/comments/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/comments/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/comments/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/pages/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/pages/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/pages/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/pages/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/pages/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/redirects/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/script_tags/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/themes/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/themes/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/themes/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/themes/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/online_store/themes/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/checkouts/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/draft_orders/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/orders/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/orders/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/orders/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/orders/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/orders/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/refunds/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/refunds/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/refunds/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/refunds/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/refunds/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/risks/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/risks/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/risks/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/risks/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/risks/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/transactions/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/transactions/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/transactions/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/transactions/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/orders/transactions/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/gift_cards/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/users/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/users/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/users/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/users/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/plus/users/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products.json +293 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collections/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collections/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collections/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collections/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collections/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collects/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collects/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collects/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collects/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/collects/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/count.json +3 -0
- data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/custom_collections/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/images/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/images/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/products/images/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/products/images/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/images/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/products/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/products/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/products/products/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/products/products/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/products/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/smart_collections/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/variants/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/variants/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/products/variants/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/products/variants/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/products/variants/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/payments/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shop.json +60 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/countries/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/currencies/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/policies/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/provinces/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/store_properties/shop/update.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/create.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/delete.json +1 -0
- data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/list.json +18 -0
- data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/retrieve.json +9 -0
- data/lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/update.json +9 -0
- data/lib/fake_shopify/initializers/webmock.rb +4 -0
- data/lib/fake_shopify/routes/analytics.rb +24 -0
- data/lib/fake_shopify/routes/billing.rb +71 -0
- data/lib/fake_shopify/routes/customers.rb +105 -0
- data/lib/fake_shopify/routes/discounts.rb +65 -0
- data/lib/fake_shopify/routes/events.rb +43 -0
- data/lib/fake_shopify/routes/inventory.rb +57 -0
- data/lib/fake_shopify/routes/marketing_event.rb +33 -0
- data/lib/fake_shopify/routes/metafield.rb +29 -0
- data/lib/fake_shopify/routes/online_store.rb +226 -0
- data/lib/fake_shopify/routes/orders.rb +143 -0
- data/lib/fake_shopify/routes/plus.rb +47 -0
- data/lib/fake_shopify/routes/products.rb +172 -0
- data/lib/fake_shopify/routes/sales_channel.rb +101 -0
- data/lib/fake_shopify/routes/shipping_and_fulfillment.rb +160 -0
- data/lib/fake_shopify/routes/shopify_payments.rb +35 -0
- data/lib/fake_shopify/routes/store_properties.rb +65 -0
- data/lib/fake_shopify/routes/tender_transaction.rb +8 -0
- data/lib/fake_shopify/stub_app.rb +19 -0
- data/lib/fake_shopify/version.rb +3 -0
- metadata +1136 -0
@@ -0,0 +1,160 @@
|
|
1
|
+
module FakeShopify
|
2
|
+
class StubApp < Sinatra::Base
|
3
|
+
# CarrierService API Endpoints
|
4
|
+
post "/admin/api/:api_version/carrier_services.json" do
|
5
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/carrier_services/create")
|
6
|
+
end
|
7
|
+
# Creates a carrier service
|
8
|
+
put "/admin/api/:api_version/carrier_services/:carrier_service_id.json" do
|
9
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/carrier_services/update")
|
10
|
+
end
|
11
|
+
# Updates a carrier service
|
12
|
+
get "/admin/api/:api_version/carrier_services.json" do
|
13
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/carrier_services/index")
|
14
|
+
end
|
15
|
+
# Retrieves a list of carrier services
|
16
|
+
get "/admin/api/:api_version/carrier_services/:carrier_service_id.json" do
|
17
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/carrier_services/show")
|
18
|
+
end
|
19
|
+
# Retrieves a single carrier service
|
20
|
+
delete "/admin/api/:api_version/carrier_services/:carrier_service_id.json" do
|
21
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/carrier_services/destroy")
|
22
|
+
end
|
23
|
+
# deletes a carrier service
|
24
|
+
|
25
|
+
# Fulfillment API Endpoints
|
26
|
+
get "/admin/api/:api_version/orders/:order_id/fulfillments.json" do
|
27
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillments/index")
|
28
|
+
end
|
29
|
+
# Retrieves fulfillments associated with an order
|
30
|
+
get "/admin/api/:api_version/orders/:order_id/fulfillments/count.json" do
|
31
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillments/count")
|
32
|
+
end
|
33
|
+
# Retrieves a count of fulfillments associated with a specific order
|
34
|
+
get "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id.json" do
|
35
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillments/show")
|
36
|
+
end
|
37
|
+
# Receive a single Fulfillment
|
38
|
+
post "/admin/api/:api_version/orders/:order_id/fulfillments.json" do
|
39
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillments/create")
|
40
|
+
end
|
41
|
+
# Create a new Fulfillment
|
42
|
+
put "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id.json" do
|
43
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillments/update")
|
44
|
+
end
|
45
|
+
# Modify an existing Fulfillment
|
46
|
+
post "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id/complete.json" do
|
47
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillments/create")
|
48
|
+
end
|
49
|
+
# Complete a fulfillment
|
50
|
+
post "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id/open.json" do
|
51
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillments/open")
|
52
|
+
end
|
53
|
+
# Transition a fulfillment from pending to open.
|
54
|
+
post "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id/cancel.json" do
|
55
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillments/cancel")
|
56
|
+
end
|
57
|
+
# Cancel a fulfillment
|
58
|
+
|
59
|
+
# AssignedFulfillmentOrder API Endpoints
|
60
|
+
get "/admin/api/:api_version/assigned_fulfillment_orders.json" do
|
61
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/assigned_fulfillment_orders/index")
|
62
|
+
end
|
63
|
+
|
64
|
+
# FulfillmentService API Endpoints
|
65
|
+
get "/admin/api/:api_version/fulfillment_services.json" do
|
66
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_services/index")
|
67
|
+
end
|
68
|
+
# Receive a list of all FulfillmentServices
|
69
|
+
post "/admin/api/:api_version/fulfillment_services.json" do
|
70
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_services/create")
|
71
|
+
end
|
72
|
+
# Create a new FulfillmentService
|
73
|
+
get "/admin/api/:api_version/fulfillment_services/:fulfillment_service_id.json" do
|
74
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_services/show")
|
75
|
+
end
|
76
|
+
# Receive a single FulfillmentService
|
77
|
+
put "/admin/api/:api_version/fulfillment_services/:fulfillment_service_id.json" do
|
78
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_services/update")
|
79
|
+
end
|
80
|
+
# Modify an existing FulfillmentService
|
81
|
+
delete "/admin/api/:api_version/fulfillment_services/:fulfillment_service_id.json" do
|
82
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_services/destroy")
|
83
|
+
end
|
84
|
+
# Remove an existing FulfillmentService
|
85
|
+
|
86
|
+
# FulfillmentOrder API Endpoints
|
87
|
+
get "/admin/api/:api_version/orders/:order_id/fulfillment_orders.json" do
|
88
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_orders/index")
|
89
|
+
end
|
90
|
+
# Retrieves a list of fulfillment orders for a specific order
|
91
|
+
get "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id.json" do
|
92
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_orders/show")
|
93
|
+
end
|
94
|
+
# Retrieves a specific fulfillment order
|
95
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/cancel.json" do
|
96
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_orders/cancel")
|
97
|
+
end
|
98
|
+
# Cancel a fulfillment order
|
99
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/close.json" do
|
100
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_orders/close")
|
101
|
+
end
|
102
|
+
# Marks a fulfillment order as incomplete
|
103
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/move.json" do
|
104
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_orders/move")
|
105
|
+
end
|
106
|
+
# Moves a fulfillment order to a new location
|
107
|
+
|
108
|
+
# FulfillmentRequest API Endpoints
|
109
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/fulfillment_request.json" do
|
110
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_request/create")
|
111
|
+
end
|
112
|
+
# Sends a fulfillment request
|
113
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/fulfillment_request/accept.json" do
|
114
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_request/accept")
|
115
|
+
end
|
116
|
+
# Accepts a fulfillment request
|
117
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/fulfillment_request/reject.json" do
|
118
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/fulfillment_request/reject")
|
119
|
+
end
|
120
|
+
# Rejects a fulfillment request
|
121
|
+
|
122
|
+
# FulfillmentEvent API Endpoints
|
123
|
+
get "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id/events.json" do
|
124
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/events/index")
|
125
|
+
end
|
126
|
+
# Retrieves a list of fulfillment events for a specific fulfillment
|
127
|
+
get "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id/events/:event_id.json" do
|
128
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/events/show")
|
129
|
+
end
|
130
|
+
# Retrieves a specific fulfillment event
|
131
|
+
post "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id/events.json" do
|
132
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/events/create")
|
133
|
+
end
|
134
|
+
# Creates a fulfillment event
|
135
|
+
delete "/admin/api/:api_version/orders/:order_id/fulfillments/:fulfillment_id/events/:event_id.json" do
|
136
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/events/destroy")
|
137
|
+
end
|
138
|
+
# deletes a fulfillment event
|
139
|
+
|
140
|
+
# LocationsForMove API Endpoints
|
141
|
+
get "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/locations_for_move.json" do
|
142
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/locations_for_move/index")
|
143
|
+
end
|
144
|
+
# Retrieves a list of locations that a fulfillment order can potentially move to.
|
145
|
+
|
146
|
+
# CancellationRequest API Endpoints
|
147
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/cancellation_request.json" do
|
148
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/cancellation_request/create")
|
149
|
+
end
|
150
|
+
# Sends a cancellation request
|
151
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/cancellation_request/accept.json" do
|
152
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/cancellation_request/accept")
|
153
|
+
end
|
154
|
+
# Accepts a cancellation request
|
155
|
+
post "/admin/api/:api_version/fulfillment_orders/:fulfillment_order_id/cancellation_request/reject.json" do
|
156
|
+
json_response 200, fixture(params[:api_version], "shipping_and_fulfillment/cancellation_request/reject")
|
157
|
+
end
|
158
|
+
# Rejects a cancellation request
|
159
|
+
end
|
160
|
+
end
|
@@ -0,0 +1,35 @@
|
|
1
|
+
module FakeShopify
|
2
|
+
class StubApp < Sinatra::Base
|
3
|
+
# Payouts API Endpoints
|
4
|
+
get "/admin/api/:api_version/shopify_payments/payouts.json" do
|
5
|
+
json_response 200, fixture(params[:api_version], "shopify_payments/payouts/index")
|
6
|
+
end
|
7
|
+
# Return a list of all payouts
|
8
|
+
get "/admin/api/:api_version/shopify_payments/payouts/:payout_id.json" do
|
9
|
+
json_response 200, fixture(params[:api_version], "shopify_payments/payouts/show")
|
10
|
+
end
|
11
|
+
# Return a single payout
|
12
|
+
|
13
|
+
# Dispute API Endpoints
|
14
|
+
get "/admin/api/:api_version/shopify_payments/disputes.json" do
|
15
|
+
json_response 200, fixture(params[:api_version], "shopify_payments/disputes/index")
|
16
|
+
end
|
17
|
+
# Return a list of all disputes
|
18
|
+
get "/admin/api/:api_version/shopify_payments/disputes/:dispute_id.json" do
|
19
|
+
json_response 200, fixture(params[:api_version], "shopify_payments/disputes/show")
|
20
|
+
end
|
21
|
+
# Return a single dispute
|
22
|
+
|
23
|
+
# Balance API Endpoints
|
24
|
+
get "/admin/api/:api_version/shopify_payments/balance.json" do
|
25
|
+
json_response 200, fixture(params[:api_version], "shopify_payments/balance/show")
|
26
|
+
end
|
27
|
+
# Return the current balance
|
28
|
+
|
29
|
+
# Transactions API Endpoints
|
30
|
+
get "/admin/api/:api_version/shopify_payments/balance/transactions.json" do
|
31
|
+
json_response 200, fixture(params[:api_version], "shopify_payments/transactions/index")
|
32
|
+
end
|
33
|
+
# Return a list of all balance transactions
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,65 @@
|
|
1
|
+
module FakeShopify
|
2
|
+
class StubApp < Sinatra::Base
|
3
|
+
# Country API endpoints
|
4
|
+
get "/admin/api/:api_version/countries.json" do
|
5
|
+
json_response 200, fixture(params[:api_version], "store_properties/countries/index")
|
6
|
+
end
|
7
|
+
# Receive a list of all Countries
|
8
|
+
get "/admin/api/:api_version/countries/count.json" do
|
9
|
+
json_response 200, fixture(params[:api_version], "store_properties/countries/count")
|
10
|
+
end
|
11
|
+
# Retrieves a count of countries
|
12
|
+
get "/admin/api/:api_version/countries/:country_id.json" do
|
13
|
+
json_response 200, fixture(params[:api_version], "store_properties/countries/show")
|
14
|
+
end
|
15
|
+
# Retrieves a specific county
|
16
|
+
post "/admin/api/:api_version/countries.json" do
|
17
|
+
json_response 200, fixture(params[:api_version], "store_properties/countries/create")
|
18
|
+
end
|
19
|
+
# Creates a country
|
20
|
+
put "/admin/api/:api_version/countries/:country_id.json" do
|
21
|
+
json_response 200, fixture(params[:api_version], "store_properties/countries/update")
|
22
|
+
end
|
23
|
+
# Updates an existing country
|
24
|
+
delete "/admin/api/:api_version/countries/:country_id.json" do
|
25
|
+
json_response 200, fixture(params[:api_version], "store_properties/countries/destroy")
|
26
|
+
end
|
27
|
+
# Remove an existing Country
|
28
|
+
|
29
|
+
# Province API Endpoitns
|
30
|
+
get "/admin/api/:api_version/countries/:country_id/provinces.json" do
|
31
|
+
json_response 200, fixture(params[:api_version], "store_properties/provinces/index")
|
32
|
+
end
|
33
|
+
# Retrieves a list of provinces for a country
|
34
|
+
get "/admin/api/:api_version/countries/:country_id/provinces/count.json" do
|
35
|
+
json_response 200, fixture(params[:api_version], "store_properties/provinces/count")
|
36
|
+
end
|
37
|
+
# Retrieves a count of provinces for a country
|
38
|
+
get "/admin/api/:api_version/countries/:country_id/provinces/:province_id.json" do
|
39
|
+
json_response 200, fixture(params[:api_version], "store_properties/provinces/show")
|
40
|
+
end
|
41
|
+
# Retrieves a single province for a country
|
42
|
+
put "/admin/api/:api_version/countries/:country_id/provinces/:province_id.json" do
|
43
|
+
json_response 200, fixture(params[:api_version], "store_properties/provinces/update")
|
44
|
+
end
|
45
|
+
# Updates an existing province for a country
|
46
|
+
|
47
|
+
# Shop API Endpoitns
|
48
|
+
get "/admin/api/:api_version/shop.json" do
|
49
|
+
json_response 200, fixture(params[:api_version], "store_properties/shop/show")
|
50
|
+
end
|
51
|
+
# Retrieves the shop"s configuration
|
52
|
+
|
53
|
+
# Currency API Endpoitns
|
54
|
+
get "/admin/api/:api_version/currencies.json" do
|
55
|
+
json_response 200, fixture(params[:api_version], "store_properties/currencies/index")
|
56
|
+
end
|
57
|
+
# Retrieves a list of currencies enabled on a shop
|
58
|
+
|
59
|
+
# Policy API Endpoitns
|
60
|
+
get "/admin/api/:api_version/policies.json" do
|
61
|
+
json_response 200, fixture(params[:api_version], "store_properties/policies/index")
|
62
|
+
end
|
63
|
+
# Retrieves a list of the shop"s policies
|
64
|
+
end
|
65
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
require "sinatra/base"
|
2
|
+
Dir["./lib/fake_shopify/routes/*.rb"].each { |file| require file }
|
3
|
+
|
4
|
+
module FakeShopify
|
5
|
+
class StubApp < Sinatra::Base
|
6
|
+
private
|
7
|
+
|
8
|
+
def fixture(api_version, file_name)
|
9
|
+
file_path = File.join(FakeShopify.fixture_path, api_version.to_s, "#{file_name}.json")
|
10
|
+
File.open(file_path, "rb").read
|
11
|
+
end
|
12
|
+
|
13
|
+
def json_response(response_code, response_body)
|
14
|
+
content_type :json
|
15
|
+
status response_code
|
16
|
+
response_body
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
metadata
ADDED
@@ -0,0 +1,1136 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: fake_shopify
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- colinsoleim
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-02-01 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: capybara
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: sinatra
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: webmock
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: pry
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: puma
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rspec
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: shopify_api
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - ">="
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - ">="
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: simplecov
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - ">="
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - ">="
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0'
|
139
|
+
description:
|
140
|
+
email:
|
141
|
+
- soleimc@gmail.com
|
142
|
+
executables: []
|
143
|
+
extensions: []
|
144
|
+
extra_rdoc_files: []
|
145
|
+
files:
|
146
|
+
- README.md
|
147
|
+
- Rakefile
|
148
|
+
- lib/fake_shopify.rb
|
149
|
+
- lib/fake_shopify/bootable.rb
|
150
|
+
- lib/fake_shopify/configuration.rb
|
151
|
+
- lib/fake_shopify/fixtures/2019-04/analytics/report/create.json
|
152
|
+
- lib/fake_shopify/fixtures/2019-04/analytics/report/destroy.json
|
153
|
+
- lib/fake_shopify/fixtures/2019-04/analytics/report/index.json
|
154
|
+
- lib/fake_shopify/fixtures/2019-04/analytics/report/show.json
|
155
|
+
- lib/fake_shopify/fixtures/2019-04/analytics/report/update.json
|
156
|
+
- lib/fake_shopify/fixtures/2019-04/billing/application_charge/activate.json
|
157
|
+
- lib/fake_shopify/fixtures/2019-04/billing/application_charge/create.json
|
158
|
+
- lib/fake_shopify/fixtures/2019-04/billing/application_charge/index.json
|
159
|
+
- lib/fake_shopify/fixtures/2019-04/billing/application_charge/show.json
|
160
|
+
- lib/fake_shopify/fixtures/2019-04/billing/application_credit/create.json
|
161
|
+
- lib/fake_shopify/fixtures/2019-04/billing/application_credit/index.json
|
162
|
+
- lib/fake_shopify/fixtures/2019-04/billing/application_credit/show.json
|
163
|
+
- lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/activate.json
|
164
|
+
- lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/create.json
|
165
|
+
- lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/customize.json
|
166
|
+
- lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/destroy.json
|
167
|
+
- lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/index.json
|
168
|
+
- lib/fake_shopify/fixtures/2019-04/billing/recurring_application_charges/show.json
|
169
|
+
- lib/fake_shopify/fixtures/2019-04/billing/usage_charge/create.json
|
170
|
+
- lib/fake_shopify/fixtures/2019-04/billing/usage_charge/index.json
|
171
|
+
- lib/fake_shopify/fixtures/2019-04/billing/usage_charge/show.json
|
172
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/account_activation_url.json
|
173
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/count.json
|
174
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/create.json
|
175
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/destroy.json
|
176
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/index.json
|
177
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/search.json
|
178
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/send_invite.json
|
179
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/show.json
|
180
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer/update.json
|
181
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_address/create.json
|
182
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_address/default.json
|
183
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_address/destroy.json
|
184
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_address/index.json
|
185
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_address/set.json
|
186
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_address/show.json
|
187
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_address/update.json
|
188
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/count.json
|
189
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/create.json
|
190
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/destroy.json
|
191
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/index.json
|
192
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/other.json
|
193
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/show.json
|
194
|
+
- lib/fake_shopify/fixtures/2019-04/customers/customer_saved_search/update.json
|
195
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_create.json
|
196
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_discount_codes_index.json
|
197
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/batch_show.json
|
198
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/create.json
|
199
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/destroy.json
|
200
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/index.json
|
201
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/lookup.json
|
202
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/show.json
|
203
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/discount_codes/update.json
|
204
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/price_rules/count.json
|
205
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/price_rules/create.json
|
206
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/price_rules/destroy.json
|
207
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/price_rules/index.json
|
208
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/price_rules/show.json
|
209
|
+
- lib/fake_shopify/fixtures/2019-04/discounts/price_rules/update.json
|
210
|
+
- lib/fake_shopify/fixtures/2019-04/events/events/count.json
|
211
|
+
- lib/fake_shopify/fixtures/2019-04/events/events/index.json
|
212
|
+
- lib/fake_shopify/fixtures/2019-04/events/events/show.json
|
213
|
+
- lib/fake_shopify/fixtures/2019-04/events/webhooks/count.json
|
214
|
+
- lib/fake_shopify/fixtures/2019-04/events/webhooks/create.json
|
215
|
+
- lib/fake_shopify/fixtures/2019-04/events/webhooks/destroy.json
|
216
|
+
- lib/fake_shopify/fixtures/2019-04/events/webhooks/index.json
|
217
|
+
- lib/fake_shopify/fixtures/2019-04/events/webhooks/show.json
|
218
|
+
- lib/fake_shopify/fixtures/2019-04/events/webhooks/update.json
|
219
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/index.json
|
220
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/show.json
|
221
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/inventory_items/update.json
|
222
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/adjust.json
|
223
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/connect.json
|
224
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/destroy.json
|
225
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/index.json
|
226
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/inventory_levels/set.json
|
227
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/locations/count.json
|
228
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/locations/index.json
|
229
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/locations/inventory_levels.json
|
230
|
+
- lib/fake_shopify/fixtures/2019-04/inventory/locations/show.json
|
231
|
+
- lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/count.json
|
232
|
+
- lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/create.json
|
233
|
+
- lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/destroy.json
|
234
|
+
- lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/engagements.json
|
235
|
+
- lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/index.json
|
236
|
+
- lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/show.json
|
237
|
+
- lib/fake_shopify/fixtures/2019-04/marketing_event/marketing_events/update.json
|
238
|
+
- lib/fake_shopify/fixtures/2019-04/metafield/metafields/count.json
|
239
|
+
- lib/fake_shopify/fixtures/2019-04/metafield/metafields/create.json
|
240
|
+
- lib/fake_shopify/fixtures/2019-04/metafield/metafields/destroy.json
|
241
|
+
- lib/fake_shopify/fixtures/2019-04/metafield/metafields/index.json
|
242
|
+
- lib/fake_shopify/fixtures/2019-04/metafield/metafields/show.json
|
243
|
+
- lib/fake_shopify/fixtures/2019-04/metafield/metafields/update.json
|
244
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/articles/authors.json
|
245
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/articles/count.json
|
246
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/articles/create.json
|
247
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/articles/destroy.json
|
248
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/articles/index.json
|
249
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/articles/show.json
|
250
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/articles/tags.json
|
251
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/articles/update.json
|
252
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/assets/destroy.json
|
253
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/assets/index.json
|
254
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/assets/show.json
|
255
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/assets/update.json
|
256
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/blogs/count.json
|
257
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/blogs/create.json
|
258
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/blogs/destroy.json
|
259
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/blogs/index.json
|
260
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/blogs/show.json
|
261
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/blogs/update.json
|
262
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/approve.json
|
263
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/count.json
|
264
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/create.json
|
265
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/destroy.json
|
266
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/index.json
|
267
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/not_spam.json
|
268
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/remove.json
|
269
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/restore.json
|
270
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/show.json
|
271
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/spam.json
|
272
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/comments/update.json
|
273
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/pages/count.json
|
274
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/pages/create.json
|
275
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/pages/destroy.json
|
276
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/pages/index.json
|
277
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/pages/show.json
|
278
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/pages/update.json
|
279
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/redirects/count.json
|
280
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/redirects/create.json
|
281
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/redirects/destroy.json
|
282
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/redirects/index.json
|
283
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/redirects/show.json
|
284
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/redirects/update.json
|
285
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/script_tags/count.json
|
286
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/script_tags/create.json
|
287
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/script_tags/destroy.json
|
288
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/script_tags/index.json
|
289
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/script_tags/show.json
|
290
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/script_tags/update.json
|
291
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/themes/create.json
|
292
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/themes/destroy.json
|
293
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/themes/index.json
|
294
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/themes/show.json
|
295
|
+
- lib/fake_shopify/fixtures/2019-04/online_store/themes/update.json
|
296
|
+
- lib/fake_shopify/fixtures/2019-04/orders/checkouts/count.json
|
297
|
+
- lib/fake_shopify/fixtures/2019-04/orders/checkouts/index.json
|
298
|
+
- lib/fake_shopify/fixtures/2019-04/orders/draft_orders/complete.json
|
299
|
+
- lib/fake_shopify/fixtures/2019-04/orders/draft_orders/count.json
|
300
|
+
- lib/fake_shopify/fixtures/2019-04/orders/draft_orders/create.json
|
301
|
+
- lib/fake_shopify/fixtures/2019-04/orders/draft_orders/destroy.json
|
302
|
+
- lib/fake_shopify/fixtures/2019-04/orders/draft_orders/index.json
|
303
|
+
- lib/fake_shopify/fixtures/2019-04/orders/draft_orders/send_invoice.json
|
304
|
+
- lib/fake_shopify/fixtures/2019-04/orders/draft_orders/show.json
|
305
|
+
- lib/fake_shopify/fixtures/2019-04/orders/draft_orders/update.json
|
306
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/cancel.json
|
307
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/close.json
|
308
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/count.json
|
309
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/create.json
|
310
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/destroy.json
|
311
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/index.json
|
312
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/open.json
|
313
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/show.json
|
314
|
+
- lib/fake_shopify/fixtures/2019-04/orders/orders/update.json
|
315
|
+
- lib/fake_shopify/fixtures/2019-04/orders/refunds/calculate.json
|
316
|
+
- lib/fake_shopify/fixtures/2019-04/orders/refunds/create.json
|
317
|
+
- lib/fake_shopify/fixtures/2019-04/orders/refunds/index.json
|
318
|
+
- lib/fake_shopify/fixtures/2019-04/orders/refunds/show.json
|
319
|
+
- lib/fake_shopify/fixtures/2019-04/orders/risks/create.json
|
320
|
+
- lib/fake_shopify/fixtures/2019-04/orders/risks/destroy.json
|
321
|
+
- lib/fake_shopify/fixtures/2019-04/orders/risks/index.json
|
322
|
+
- lib/fake_shopify/fixtures/2019-04/orders/risks/show.json
|
323
|
+
- lib/fake_shopify/fixtures/2019-04/orders/risks/update.json
|
324
|
+
- lib/fake_shopify/fixtures/2019-04/orders/transactions/count.json
|
325
|
+
- lib/fake_shopify/fixtures/2019-04/orders/transactions/create.json
|
326
|
+
- lib/fake_shopify/fixtures/2019-04/orders/transactions/index.json
|
327
|
+
- lib/fake_shopify/fixtures/2019-04/orders/transactions/show.json
|
328
|
+
- lib/fake_shopify/fixtures/2019-04/plus/gift_cards/count.json
|
329
|
+
- lib/fake_shopify/fixtures/2019-04/plus/gift_cards/create.json
|
330
|
+
- lib/fake_shopify/fixtures/2019-04/plus/gift_cards/delete.json
|
331
|
+
- lib/fake_shopify/fixtures/2019-04/plus/gift_cards/disable.json
|
332
|
+
- lib/fake_shopify/fixtures/2019-04/plus/gift_cards/index.json
|
333
|
+
- lib/fake_shopify/fixtures/2019-04/plus/gift_cards/search.json
|
334
|
+
- lib/fake_shopify/fixtures/2019-04/plus/gift_cards/show.json
|
335
|
+
- lib/fake_shopify/fixtures/2019-04/plus/gift_cards/update.json
|
336
|
+
- lib/fake_shopify/fixtures/2019-04/plus/users/current.json
|
337
|
+
- lib/fake_shopify/fixtures/2019-04/plus/users/index.json
|
338
|
+
- lib/fake_shopify/fixtures/2019-04/plus/users/show.json
|
339
|
+
- lib/fake_shopify/fixtures/2019-04/products/collections/count.json
|
340
|
+
- lib/fake_shopify/fixtures/2019-04/products/collections/create.json
|
341
|
+
- lib/fake_shopify/fixtures/2019-04/products/collections/destroy.json
|
342
|
+
- lib/fake_shopify/fixtures/2019-04/products/collections/index.json
|
343
|
+
- lib/fake_shopify/fixtures/2019-04/products/collections/show.json
|
344
|
+
- lib/fake_shopify/fixtures/2019-04/products/collections/update.json
|
345
|
+
- lib/fake_shopify/fixtures/2019-04/products/collects/count.json
|
346
|
+
- lib/fake_shopify/fixtures/2019-04/products/collects/create.json
|
347
|
+
- lib/fake_shopify/fixtures/2019-04/products/collects/destroy.json
|
348
|
+
- lib/fake_shopify/fixtures/2019-04/products/collects/index.json
|
349
|
+
- lib/fake_shopify/fixtures/2019-04/products/collects/show.json
|
350
|
+
- lib/fake_shopify/fixtures/2019-04/products/custom_collections/count.json
|
351
|
+
- lib/fake_shopify/fixtures/2019-04/products/custom_collections/create.json
|
352
|
+
- lib/fake_shopify/fixtures/2019-04/products/custom_collections/destroy.json
|
353
|
+
- lib/fake_shopify/fixtures/2019-04/products/custom_collections/index.json
|
354
|
+
- lib/fake_shopify/fixtures/2019-04/products/custom_collections/show.json
|
355
|
+
- lib/fake_shopify/fixtures/2019-04/products/custom_collections/update.json
|
356
|
+
- lib/fake_shopify/fixtures/2019-04/products/images/count.json
|
357
|
+
- lib/fake_shopify/fixtures/2019-04/products/images/create.json
|
358
|
+
- lib/fake_shopify/fixtures/2019-04/products/images/destroy.json
|
359
|
+
- lib/fake_shopify/fixtures/2019-04/products/images/index.json
|
360
|
+
- lib/fake_shopify/fixtures/2019-04/products/images/show.json
|
361
|
+
- lib/fake_shopify/fixtures/2019-04/products/images/update.json
|
362
|
+
- lib/fake_shopify/fixtures/2019-04/products/products/count.json
|
363
|
+
- lib/fake_shopify/fixtures/2019-04/products/products/create.json
|
364
|
+
- lib/fake_shopify/fixtures/2019-04/products/products/destroy.json
|
365
|
+
- lib/fake_shopify/fixtures/2019-04/products/products/index.json
|
366
|
+
- lib/fake_shopify/fixtures/2019-04/products/products/show.json
|
367
|
+
- lib/fake_shopify/fixtures/2019-04/products/products/update.json
|
368
|
+
- lib/fake_shopify/fixtures/2019-04/products/smart_collections/count.json
|
369
|
+
- lib/fake_shopify/fixtures/2019-04/products/smart_collections/create.json
|
370
|
+
- lib/fake_shopify/fixtures/2019-04/products/smart_collections/destroy.json
|
371
|
+
- lib/fake_shopify/fixtures/2019-04/products/smart_collections/index.json
|
372
|
+
- lib/fake_shopify/fixtures/2019-04/products/smart_collections/order.json
|
373
|
+
- lib/fake_shopify/fixtures/2019-04/products/smart_collections/show.json
|
374
|
+
- lib/fake_shopify/fixtures/2019-04/products/smart_collections/update.json
|
375
|
+
- lib/fake_shopify/fixtures/2019-04/products/variants/count.json
|
376
|
+
- lib/fake_shopify/fixtures/2019-04/products/variants/create.json
|
377
|
+
- lib/fake_shopify/fixtures/2019-04/products/variants/destroy.json
|
378
|
+
- lib/fake_shopify/fixtures/2019-04/products/variants/index.json
|
379
|
+
- lib/fake_shopify/fixtures/2019-04/products/variants/show.json
|
380
|
+
- lib/fake_shopify/fixtures/2019-04/products/variants/update.json
|
381
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/complete.json
|
382
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/create.json
|
383
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/shipping_rates.json
|
384
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/show.json
|
385
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/checkouts/update.json
|
386
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/create.json
|
387
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/destroy.json
|
388
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/index.json
|
389
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/product_ids.json
|
390
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/collection_listings/show.json
|
391
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/payments/count.json
|
392
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/payments/create.json
|
393
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/payments/index.json
|
394
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/payments/show.json
|
395
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/count.json
|
396
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/create.json
|
397
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/destroy.json
|
398
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/index.json
|
399
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/product_ids.json
|
400
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/product_listings/show.json
|
401
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/resource_feedback/create.json
|
402
|
+
- lib/fake_shopify/fixtures/2019-04/sales_channel/resource_feedback/index.json
|
403
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/create.json
|
404
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/destroy.json
|
405
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/index.json
|
406
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/show.json
|
407
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/carrier_services/update.json
|
408
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/create.json
|
409
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/destroy.json
|
410
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/index.json
|
411
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/events/show.json
|
412
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/create.json
|
413
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/destroy.json
|
414
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/index.json
|
415
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/show.json
|
416
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillment_services/update.json
|
417
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/cancel.json
|
418
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/complete.json
|
419
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/count.json
|
420
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/create.json
|
421
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/index.json
|
422
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/open.json
|
423
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/show.json
|
424
|
+
- lib/fake_shopify/fixtures/2019-04/shipping_and_fulfillment/fulfillments/update.json
|
425
|
+
- lib/fake_shopify/fixtures/2019-04/shopify_payments/balance/show.json
|
426
|
+
- lib/fake_shopify/fixtures/2019-04/shopify_payments/disputes/index.json
|
427
|
+
- lib/fake_shopify/fixtures/2019-04/shopify_payments/disputes/show.json
|
428
|
+
- lib/fake_shopify/fixtures/2019-04/shopify_payments/payouts/index.json
|
429
|
+
- lib/fake_shopify/fixtures/2019-04/shopify_payments/payouts/show.json
|
430
|
+
- lib/fake_shopify/fixtures/2019-04/shopify_payments/transactions/index.json
|
431
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/countries/count.json
|
432
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/countries/create.json
|
433
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/countries/destroy.json
|
434
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/countries/index.json
|
435
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/countries/show.json
|
436
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/countries/update.json
|
437
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/currencies/index.json
|
438
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/policies/index.json
|
439
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/provinces/count.json
|
440
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/provinces/index.json
|
441
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/provinces/show.json
|
442
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/provinces/update.json
|
443
|
+
- lib/fake_shopify/fixtures/2019-04/store_properties/shop/show.json
|
444
|
+
- lib/fake_shopify/fixtures/2019-04/tender_transaction/tender_transactions/index.json
|
445
|
+
- lib/fake_shopify/fixtures/2020-01/analytics/reports/create.json
|
446
|
+
- lib/fake_shopify/fixtures/2020-01/analytics/reports/delete.json
|
447
|
+
- lib/fake_shopify/fixtures/2020-01/analytics/reports/list.json
|
448
|
+
- lib/fake_shopify/fixtures/2020-01/analytics/reports/retrieve.json
|
449
|
+
- lib/fake_shopify/fixtures/2020-01/analytics/reports/update.json
|
450
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_charges/create.json
|
451
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_charges/delete.json
|
452
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_charges/list.json
|
453
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_charges/retrieve.json
|
454
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_charges/update.json
|
455
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_credits/create.json
|
456
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_credits/delete.json
|
457
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_credits/list.json
|
458
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_credits/retrieve.json
|
459
|
+
- lib/fake_shopify/fixtures/2020-01/billing/application_credits/update.json
|
460
|
+
- lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/create.json
|
461
|
+
- lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/delete.json
|
462
|
+
- lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/list.json
|
463
|
+
- lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/retrieve.json
|
464
|
+
- lib/fake_shopify/fixtures/2020-01/billing/recurring_application_charges/update.json
|
465
|
+
- lib/fake_shopify/fixtures/2020-01/billing/usage_charges/create.json
|
466
|
+
- lib/fake_shopify/fixtures/2020-01/billing/usage_charges/delete.json
|
467
|
+
- lib/fake_shopify/fixtures/2020-01/billing/usage_charges/list.json
|
468
|
+
- lib/fake_shopify/fixtures/2020-01/billing/usage_charges/retrieve.json
|
469
|
+
- lib/fake_shopify/fixtures/2020-01/billing/usage_charges/update.json
|
470
|
+
- lib/fake_shopify/fixtures/2020-01/customers/addresses/create.json
|
471
|
+
- lib/fake_shopify/fixtures/2020-01/customers/addresses/delete.json
|
472
|
+
- lib/fake_shopify/fixtures/2020-01/customers/addresses/list.json
|
473
|
+
- lib/fake_shopify/fixtures/2020-01/customers/addresses/retrieve.json
|
474
|
+
- lib/fake_shopify/fixtures/2020-01/customers/addresses/update.json
|
475
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/create.json
|
476
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/delete.json
|
477
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/list.json
|
478
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/retrieve.json
|
479
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customer_saved_searches/update.json
|
480
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customers/create.json
|
481
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customers/delete.json
|
482
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customers/list.json
|
483
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customers/retrieve.json
|
484
|
+
- lib/fake_shopify/fixtures/2020-01/customers/customers/update.json
|
485
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/create.json
|
486
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/delete.json
|
487
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/list.json
|
488
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/retrieve.json
|
489
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/discount_codes/update.json
|
490
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/price_rules/create.json
|
491
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/price_rules/delete.json
|
492
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/price_rules/list.json
|
493
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/price_rules/retrieve.json
|
494
|
+
- lib/fake_shopify/fixtures/2020-01/discounts/price_rules/update.json
|
495
|
+
- lib/fake_shopify/fixtures/2020-01/events/events/create.json
|
496
|
+
- lib/fake_shopify/fixtures/2020-01/events/events/delete.json
|
497
|
+
- lib/fake_shopify/fixtures/2020-01/events/events/list.json
|
498
|
+
- lib/fake_shopify/fixtures/2020-01/events/events/retrieve.json
|
499
|
+
- lib/fake_shopify/fixtures/2020-01/events/events/update.json
|
500
|
+
- lib/fake_shopify/fixtures/2020-01/events/webhooks/create.json
|
501
|
+
- lib/fake_shopify/fixtures/2020-01/events/webhooks/delete.json
|
502
|
+
- lib/fake_shopify/fixtures/2020-01/events/webhooks/list.json
|
503
|
+
- lib/fake_shopify/fixtures/2020-01/events/webhooks/retrieve.json
|
504
|
+
- lib/fake_shopify/fixtures/2020-01/events/webhooks/update.json
|
505
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/create.json
|
506
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/delete.json
|
507
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/list.json
|
508
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/retrieve.json
|
509
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_items/update.json
|
510
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/create.json
|
511
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/delete.json
|
512
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/list.json
|
513
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/retrieve.json
|
514
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/inventory_levels/update.json
|
515
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/locations/create.json
|
516
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/locations/delete.json
|
517
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/locations/list.json
|
518
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/locations/retrieve.json
|
519
|
+
- lib/fake_shopify/fixtures/2020-01/inventory/locations/update.json
|
520
|
+
- lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/create.json
|
521
|
+
- lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/delete.json
|
522
|
+
- lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/list.json
|
523
|
+
- lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/retrieve.json
|
524
|
+
- lib/fake_shopify/fixtures/2020-01/marketing_event/marketing_events/update.json
|
525
|
+
- lib/fake_shopify/fixtures/2020-01/metafield/metafields/create.json
|
526
|
+
- lib/fake_shopify/fixtures/2020-01/metafield/metafields/delete.json
|
527
|
+
- lib/fake_shopify/fixtures/2020-01/metafield/metafields/list.json
|
528
|
+
- lib/fake_shopify/fixtures/2020-01/metafield/metafields/retrieve.json
|
529
|
+
- lib/fake_shopify/fixtures/2020-01/metafield/metafields/update.json
|
530
|
+
- lib/fake_shopify/fixtures/2020-01/metafields.json
|
531
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/articles/create.json
|
532
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/articles/delete.json
|
533
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/articles/list.json
|
534
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/articles/retrieve.json
|
535
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/articles/update.json
|
536
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/assets/create.json
|
537
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/assets/delete.json
|
538
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/assets/list.json
|
539
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/assets/retrieve.json
|
540
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/assets/update.json
|
541
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/blogs/create.json
|
542
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/blogs/delete.json
|
543
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/blogs/list.json
|
544
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/blogs/retrieve.json
|
545
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/blogs/update.json
|
546
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/comments/create.json
|
547
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/comments/delete.json
|
548
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/comments/list.json
|
549
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/comments/retrieve.json
|
550
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/comments/update.json
|
551
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/pages/create.json
|
552
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/pages/delete.json
|
553
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/pages/list.json
|
554
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/pages/retrieve.json
|
555
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/pages/update.json
|
556
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/redirects/create.json
|
557
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/redirects/delete.json
|
558
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/redirects/list.json
|
559
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/redirects/retrieve.json
|
560
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/redirects/update.json
|
561
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/script_tags/create.json
|
562
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/script_tags/delete.json
|
563
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/script_tags/list.json
|
564
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/script_tags/retrieve.json
|
565
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/script_tags/update.json
|
566
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/themes/create.json
|
567
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/themes/delete.json
|
568
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/themes/list.json
|
569
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/themes/retrieve.json
|
570
|
+
- lib/fake_shopify/fixtures/2020-01/online_store/themes/update.json
|
571
|
+
- lib/fake_shopify/fixtures/2020-01/orders/checkouts/create.json
|
572
|
+
- lib/fake_shopify/fixtures/2020-01/orders/checkouts/delete.json
|
573
|
+
- lib/fake_shopify/fixtures/2020-01/orders/checkouts/list.json
|
574
|
+
- lib/fake_shopify/fixtures/2020-01/orders/checkouts/retrieve.json
|
575
|
+
- lib/fake_shopify/fixtures/2020-01/orders/checkouts/update.json
|
576
|
+
- lib/fake_shopify/fixtures/2020-01/orders/draft_orders/create.json
|
577
|
+
- lib/fake_shopify/fixtures/2020-01/orders/draft_orders/delete.json
|
578
|
+
- lib/fake_shopify/fixtures/2020-01/orders/draft_orders/list.json
|
579
|
+
- lib/fake_shopify/fixtures/2020-01/orders/draft_orders/retrieve.json
|
580
|
+
- lib/fake_shopify/fixtures/2020-01/orders/draft_orders/update.json
|
581
|
+
- lib/fake_shopify/fixtures/2020-01/orders/orders/create.json
|
582
|
+
- lib/fake_shopify/fixtures/2020-01/orders/orders/delete.json
|
583
|
+
- lib/fake_shopify/fixtures/2020-01/orders/orders/list.json
|
584
|
+
- lib/fake_shopify/fixtures/2020-01/orders/orders/retrieve.json
|
585
|
+
- lib/fake_shopify/fixtures/2020-01/orders/orders/update.json
|
586
|
+
- lib/fake_shopify/fixtures/2020-01/orders/refunds/create.json
|
587
|
+
- lib/fake_shopify/fixtures/2020-01/orders/refunds/delete.json
|
588
|
+
- lib/fake_shopify/fixtures/2020-01/orders/refunds/list.json
|
589
|
+
- lib/fake_shopify/fixtures/2020-01/orders/refunds/retrieve.json
|
590
|
+
- lib/fake_shopify/fixtures/2020-01/orders/refunds/update.json
|
591
|
+
- lib/fake_shopify/fixtures/2020-01/orders/risks/create.json
|
592
|
+
- lib/fake_shopify/fixtures/2020-01/orders/risks/delete.json
|
593
|
+
- lib/fake_shopify/fixtures/2020-01/orders/risks/list.json
|
594
|
+
- lib/fake_shopify/fixtures/2020-01/orders/risks/retrieve.json
|
595
|
+
- lib/fake_shopify/fixtures/2020-01/orders/risks/update.json
|
596
|
+
- lib/fake_shopify/fixtures/2020-01/orders/transactions/create.json
|
597
|
+
- lib/fake_shopify/fixtures/2020-01/orders/transactions/delete.json
|
598
|
+
- lib/fake_shopify/fixtures/2020-01/orders/transactions/list.json
|
599
|
+
- lib/fake_shopify/fixtures/2020-01/orders/transactions/retrieve.json
|
600
|
+
- lib/fake_shopify/fixtures/2020-01/orders/transactions/update.json
|
601
|
+
- lib/fake_shopify/fixtures/2020-01/plus/gift_cards/create.json
|
602
|
+
- lib/fake_shopify/fixtures/2020-01/plus/gift_cards/delete.json
|
603
|
+
- lib/fake_shopify/fixtures/2020-01/plus/gift_cards/list.json
|
604
|
+
- lib/fake_shopify/fixtures/2020-01/plus/gift_cards/retrieve.json
|
605
|
+
- lib/fake_shopify/fixtures/2020-01/plus/gift_cards/update.json
|
606
|
+
- lib/fake_shopify/fixtures/2020-01/plus/users/create.json
|
607
|
+
- lib/fake_shopify/fixtures/2020-01/plus/users/delete.json
|
608
|
+
- lib/fake_shopify/fixtures/2020-01/plus/users/list.json
|
609
|
+
- lib/fake_shopify/fixtures/2020-01/plus/users/retrieve.json
|
610
|
+
- lib/fake_shopify/fixtures/2020-01/plus/users/update.json
|
611
|
+
- lib/fake_shopify/fixtures/2020-01/products.json
|
612
|
+
- lib/fake_shopify/fixtures/2020-01/products/collections/create.json
|
613
|
+
- lib/fake_shopify/fixtures/2020-01/products/collections/delete.json
|
614
|
+
- lib/fake_shopify/fixtures/2020-01/products/collections/list.json
|
615
|
+
- lib/fake_shopify/fixtures/2020-01/products/collections/retrieve.json
|
616
|
+
- lib/fake_shopify/fixtures/2020-01/products/collections/update.json
|
617
|
+
- lib/fake_shopify/fixtures/2020-01/products/collects/create.json
|
618
|
+
- lib/fake_shopify/fixtures/2020-01/products/collects/delete.json
|
619
|
+
- lib/fake_shopify/fixtures/2020-01/products/collects/list.json
|
620
|
+
- lib/fake_shopify/fixtures/2020-01/products/collects/retrieve.json
|
621
|
+
- lib/fake_shopify/fixtures/2020-01/products/collects/update.json
|
622
|
+
- lib/fake_shopify/fixtures/2020-01/products/count.json
|
623
|
+
- lib/fake_shopify/fixtures/2020-01/products/custom_collections/create.json
|
624
|
+
- lib/fake_shopify/fixtures/2020-01/products/custom_collections/delete.json
|
625
|
+
- lib/fake_shopify/fixtures/2020-01/products/custom_collections/list.json
|
626
|
+
- lib/fake_shopify/fixtures/2020-01/products/custom_collections/retrieve.json
|
627
|
+
- lib/fake_shopify/fixtures/2020-01/products/custom_collections/update.json
|
628
|
+
- lib/fake_shopify/fixtures/2020-01/products/images/create.json
|
629
|
+
- lib/fake_shopify/fixtures/2020-01/products/images/delete.json
|
630
|
+
- lib/fake_shopify/fixtures/2020-01/products/images/list.json
|
631
|
+
- lib/fake_shopify/fixtures/2020-01/products/images/retrieve.json
|
632
|
+
- lib/fake_shopify/fixtures/2020-01/products/images/update.json
|
633
|
+
- lib/fake_shopify/fixtures/2020-01/products/products/create.json
|
634
|
+
- lib/fake_shopify/fixtures/2020-01/products/products/delete.json
|
635
|
+
- lib/fake_shopify/fixtures/2020-01/products/products/list.json
|
636
|
+
- lib/fake_shopify/fixtures/2020-01/products/products/retrieve.json
|
637
|
+
- lib/fake_shopify/fixtures/2020-01/products/products/update.json
|
638
|
+
- lib/fake_shopify/fixtures/2020-01/products/smart_collections/create.json
|
639
|
+
- lib/fake_shopify/fixtures/2020-01/products/smart_collections/delete.json
|
640
|
+
- lib/fake_shopify/fixtures/2020-01/products/smart_collections/list.json
|
641
|
+
- lib/fake_shopify/fixtures/2020-01/products/smart_collections/retrieve.json
|
642
|
+
- lib/fake_shopify/fixtures/2020-01/products/smart_collections/update.json
|
643
|
+
- lib/fake_shopify/fixtures/2020-01/products/variants/create.json
|
644
|
+
- lib/fake_shopify/fixtures/2020-01/products/variants/delete.json
|
645
|
+
- lib/fake_shopify/fixtures/2020-01/products/variants/list.json
|
646
|
+
- lib/fake_shopify/fixtures/2020-01/products/variants/retrieve.json
|
647
|
+
- lib/fake_shopify/fixtures/2020-01/products/variants/update.json
|
648
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/create.json
|
649
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/delete.json
|
650
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/list.json
|
651
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/retrieve.json
|
652
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/checkouts/update.json
|
653
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/create.json
|
654
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/delete.json
|
655
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/list.json
|
656
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/retrieve.json
|
657
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/collection_listings/update.json
|
658
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/payments/create.json
|
659
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/payments/delete.json
|
660
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/payments/list.json
|
661
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/payments/retrieve.json
|
662
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/payments/update.json
|
663
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/create.json
|
664
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/delete.json
|
665
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/list.json
|
666
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/retrieve.json
|
667
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/product_listings/update.json
|
668
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/create.json
|
669
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/delete.json
|
670
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/list.json
|
671
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/retrieve.json
|
672
|
+
- lib/fake_shopify/fixtures/2020-01/sales_channel/resource_feedback/update.json
|
673
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/create.json
|
674
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/delete.json
|
675
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/list.json
|
676
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/retrieve.json
|
677
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/assigned_fulfillment_orders/update.json
|
678
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/create.json
|
679
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/delete.json
|
680
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/list.json
|
681
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/retrieve.json
|
682
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/cancellation_request/update.json
|
683
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/create.json
|
684
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/delete.json
|
685
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/list.json
|
686
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/retrieve.json
|
687
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/carrier_services/update.json
|
688
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/create.json
|
689
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/delete.json
|
690
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/list.json
|
691
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/retrieve.json
|
692
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/events/update.json
|
693
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/create.json
|
694
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/delete.json
|
695
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/list.json
|
696
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/retrieve.json
|
697
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_orders/update.json
|
698
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/create.json
|
699
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/delete.json
|
700
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/list.json
|
701
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/retrieve.json
|
702
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_request/update.json
|
703
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/create.json
|
704
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/delete.json
|
705
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/list.json
|
706
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/retrieve.json
|
707
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillment_services/update.json
|
708
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/create.json
|
709
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/delete.json
|
710
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/list.json
|
711
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/retrieve.json
|
712
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/fulfillments/update.json
|
713
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/create.json
|
714
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/delete.json
|
715
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/list.json
|
716
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/retrieve.json
|
717
|
+
- lib/fake_shopify/fixtures/2020-01/shipping_and_fulfillment/locations_for_move/update.json
|
718
|
+
- lib/fake_shopify/fixtures/2020-01/shop.json
|
719
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/create.json
|
720
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/delete.json
|
721
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/list.json
|
722
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/retrieve.json
|
723
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/balance/update.json
|
724
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/create.json
|
725
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/delete.json
|
726
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/list.json
|
727
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/retrieve.json
|
728
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/disputes/update.json
|
729
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/create.json
|
730
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/delete.json
|
731
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/list.json
|
732
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/retrieve.json
|
733
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/payouts/update.json
|
734
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/create.json
|
735
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/delete.json
|
736
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/list.json
|
737
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/retrieve.json
|
738
|
+
- lib/fake_shopify/fixtures/2020-01/shopify_payments/transactions/update.json
|
739
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/countries/create.json
|
740
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/countries/delete.json
|
741
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/countries/list.json
|
742
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/countries/retrieve.json
|
743
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/countries/update.json
|
744
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/currencies/create.json
|
745
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/currencies/delete.json
|
746
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/currencies/list.json
|
747
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/currencies/retrieve.json
|
748
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/currencies/update.json
|
749
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/policies/create.json
|
750
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/policies/delete.json
|
751
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/policies/list.json
|
752
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/policies/retrieve.json
|
753
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/policies/update.json
|
754
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/provinces/create.json
|
755
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/provinces/delete.json
|
756
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/provinces/list.json
|
757
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/provinces/retrieve.json
|
758
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/provinces/update.json
|
759
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/shop/create.json
|
760
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/shop/delete.json
|
761
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/shop/list.json
|
762
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/shop/retrieve.json
|
763
|
+
- lib/fake_shopify/fixtures/2020-01/store_properties/shop/update.json
|
764
|
+
- lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/create.json
|
765
|
+
- lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/delete.json
|
766
|
+
- lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/list.json
|
767
|
+
- lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/retrieve.json
|
768
|
+
- lib/fake_shopify/fixtures/2020-01/tender_transaction/tender_transactions/update.json
|
769
|
+
- lib/fake_shopify/fixtures/2020-04/analytics/reports/create.json
|
770
|
+
- lib/fake_shopify/fixtures/2020-04/analytics/reports/delete.json
|
771
|
+
- lib/fake_shopify/fixtures/2020-04/analytics/reports/list.json
|
772
|
+
- lib/fake_shopify/fixtures/2020-04/analytics/reports/retrieve.json
|
773
|
+
- lib/fake_shopify/fixtures/2020-04/analytics/reports/update.json
|
774
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_charges/create.json
|
775
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_charges/delete.json
|
776
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_charges/list.json
|
777
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_charges/retrieve.json
|
778
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_charges/update.json
|
779
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_credits/create.json
|
780
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_credits/delete.json
|
781
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_credits/list.json
|
782
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_credits/retrieve.json
|
783
|
+
- lib/fake_shopify/fixtures/2020-04/billing/application_credits/update.json
|
784
|
+
- lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/create.json
|
785
|
+
- lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/delete.json
|
786
|
+
- lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/list.json
|
787
|
+
- lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/retrieve.json
|
788
|
+
- lib/fake_shopify/fixtures/2020-04/billing/recurring_application_charges/update.json
|
789
|
+
- lib/fake_shopify/fixtures/2020-04/billing/usage_charges/create.json
|
790
|
+
- lib/fake_shopify/fixtures/2020-04/billing/usage_charges/delete.json
|
791
|
+
- lib/fake_shopify/fixtures/2020-04/billing/usage_charges/list.json
|
792
|
+
- lib/fake_shopify/fixtures/2020-04/billing/usage_charges/retrieve.json
|
793
|
+
- lib/fake_shopify/fixtures/2020-04/billing/usage_charges/update.json
|
794
|
+
- lib/fake_shopify/fixtures/2020-04/customers/addresses/create.json
|
795
|
+
- lib/fake_shopify/fixtures/2020-04/customers/addresses/delete.json
|
796
|
+
- lib/fake_shopify/fixtures/2020-04/customers/addresses/list.json
|
797
|
+
- lib/fake_shopify/fixtures/2020-04/customers/addresses/retrieve.json
|
798
|
+
- lib/fake_shopify/fixtures/2020-04/customers/addresses/update.json
|
799
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/create.json
|
800
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/delete.json
|
801
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/list.json
|
802
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/retrieve.json
|
803
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customer_saved_searches/update.json
|
804
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customers/create.json
|
805
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customers/delete.json
|
806
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customers/list.json
|
807
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customers/retrieve.json
|
808
|
+
- lib/fake_shopify/fixtures/2020-04/customers/customers/update.json
|
809
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/create.json
|
810
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/delete.json
|
811
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/list.json
|
812
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/retrieve.json
|
813
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/discount_codes/update.json
|
814
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/price_rules/create.json
|
815
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/price_rules/delete.json
|
816
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/price_rules/list.json
|
817
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/price_rules/retrieve.json
|
818
|
+
- lib/fake_shopify/fixtures/2020-04/discounts/price_rules/update.json
|
819
|
+
- lib/fake_shopify/fixtures/2020-04/events/events/create.json
|
820
|
+
- lib/fake_shopify/fixtures/2020-04/events/events/delete.json
|
821
|
+
- lib/fake_shopify/fixtures/2020-04/events/events/list.json
|
822
|
+
- lib/fake_shopify/fixtures/2020-04/events/events/retrieve.json
|
823
|
+
- lib/fake_shopify/fixtures/2020-04/events/events/update.json
|
824
|
+
- lib/fake_shopify/fixtures/2020-04/events/webhooks/create.json
|
825
|
+
- lib/fake_shopify/fixtures/2020-04/events/webhooks/delete.json
|
826
|
+
- lib/fake_shopify/fixtures/2020-04/events/webhooks/list.json
|
827
|
+
- lib/fake_shopify/fixtures/2020-04/events/webhooks/retrieve.json
|
828
|
+
- lib/fake_shopify/fixtures/2020-04/events/webhooks/update.json
|
829
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/create.json
|
830
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/delete.json
|
831
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/list.json
|
832
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/retrieve.json
|
833
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_items/update.json
|
834
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/create.json
|
835
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/delete.json
|
836
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/list.json
|
837
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/retrieve.json
|
838
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/inventory_levels/update.json
|
839
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/locations/create.json
|
840
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/locations/delete.json
|
841
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/locations/list.json
|
842
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/locations/retrieve.json
|
843
|
+
- lib/fake_shopify/fixtures/2020-04/inventory/locations/update.json
|
844
|
+
- lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/create.json
|
845
|
+
- lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/delete.json
|
846
|
+
- lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/list.json
|
847
|
+
- lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/retrieve.json
|
848
|
+
- lib/fake_shopify/fixtures/2020-04/marketing_event/marketing_events/update.json
|
849
|
+
- lib/fake_shopify/fixtures/2020-04/metafield/metafields/create.json
|
850
|
+
- lib/fake_shopify/fixtures/2020-04/metafield/metafields/delete.json
|
851
|
+
- lib/fake_shopify/fixtures/2020-04/metafield/metafields/list.json
|
852
|
+
- lib/fake_shopify/fixtures/2020-04/metafield/metafields/retrieve.json
|
853
|
+
- lib/fake_shopify/fixtures/2020-04/metafield/metafields/update.json
|
854
|
+
- lib/fake_shopify/fixtures/2020-04/metafields.json
|
855
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/articles/create.json
|
856
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/articles/delete.json
|
857
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/articles/list.json
|
858
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/articles/retrieve.json
|
859
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/articles/update.json
|
860
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/assets/create.json
|
861
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/assets/delete.json
|
862
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/assets/list.json
|
863
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/assets/retrieve.json
|
864
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/assets/update.json
|
865
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/blogs/create.json
|
866
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/blogs/delete.json
|
867
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/blogs/list.json
|
868
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/blogs/retrieve.json
|
869
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/blogs/update.json
|
870
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/comments/create.json
|
871
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/comments/delete.json
|
872
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/comments/list.json
|
873
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/comments/retrieve.json
|
874
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/comments/update.json
|
875
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/pages/create.json
|
876
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/pages/delete.json
|
877
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/pages/list.json
|
878
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/pages/retrieve.json
|
879
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/pages/update.json
|
880
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/redirects/create.json
|
881
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/redirects/delete.json
|
882
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/redirects/list.json
|
883
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/redirects/retrieve.json
|
884
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/redirects/update.json
|
885
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/script_tags/create.json
|
886
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/script_tags/delete.json
|
887
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/script_tags/list.json
|
888
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/script_tags/retrieve.json
|
889
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/script_tags/update.json
|
890
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/themes/create.json
|
891
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/themes/delete.json
|
892
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/themes/list.json
|
893
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/themes/retrieve.json
|
894
|
+
- lib/fake_shopify/fixtures/2020-04/online_store/themes/update.json
|
895
|
+
- lib/fake_shopify/fixtures/2020-04/orders/checkouts/create.json
|
896
|
+
- lib/fake_shopify/fixtures/2020-04/orders/checkouts/delete.json
|
897
|
+
- lib/fake_shopify/fixtures/2020-04/orders/checkouts/list.json
|
898
|
+
- lib/fake_shopify/fixtures/2020-04/orders/checkouts/retrieve.json
|
899
|
+
- lib/fake_shopify/fixtures/2020-04/orders/checkouts/update.json
|
900
|
+
- lib/fake_shopify/fixtures/2020-04/orders/draft_orders/create.json
|
901
|
+
- lib/fake_shopify/fixtures/2020-04/orders/draft_orders/delete.json
|
902
|
+
- lib/fake_shopify/fixtures/2020-04/orders/draft_orders/list.json
|
903
|
+
- lib/fake_shopify/fixtures/2020-04/orders/draft_orders/retrieve.json
|
904
|
+
- lib/fake_shopify/fixtures/2020-04/orders/draft_orders/update.json
|
905
|
+
- lib/fake_shopify/fixtures/2020-04/orders/orders/create.json
|
906
|
+
- lib/fake_shopify/fixtures/2020-04/orders/orders/delete.json
|
907
|
+
- lib/fake_shopify/fixtures/2020-04/orders/orders/list.json
|
908
|
+
- lib/fake_shopify/fixtures/2020-04/orders/orders/retrieve.json
|
909
|
+
- lib/fake_shopify/fixtures/2020-04/orders/orders/update.json
|
910
|
+
- lib/fake_shopify/fixtures/2020-04/orders/refunds/create.json
|
911
|
+
- lib/fake_shopify/fixtures/2020-04/orders/refunds/delete.json
|
912
|
+
- lib/fake_shopify/fixtures/2020-04/orders/refunds/list.json
|
913
|
+
- lib/fake_shopify/fixtures/2020-04/orders/refunds/retrieve.json
|
914
|
+
- lib/fake_shopify/fixtures/2020-04/orders/refunds/update.json
|
915
|
+
- lib/fake_shopify/fixtures/2020-04/orders/risks/create.json
|
916
|
+
- lib/fake_shopify/fixtures/2020-04/orders/risks/delete.json
|
917
|
+
- lib/fake_shopify/fixtures/2020-04/orders/risks/list.json
|
918
|
+
- lib/fake_shopify/fixtures/2020-04/orders/risks/retrieve.json
|
919
|
+
- lib/fake_shopify/fixtures/2020-04/orders/risks/update.json
|
920
|
+
- lib/fake_shopify/fixtures/2020-04/orders/transactions/create.json
|
921
|
+
- lib/fake_shopify/fixtures/2020-04/orders/transactions/delete.json
|
922
|
+
- lib/fake_shopify/fixtures/2020-04/orders/transactions/list.json
|
923
|
+
- lib/fake_shopify/fixtures/2020-04/orders/transactions/retrieve.json
|
924
|
+
- lib/fake_shopify/fixtures/2020-04/orders/transactions/update.json
|
925
|
+
- lib/fake_shopify/fixtures/2020-04/plus/gift_cards/create.json
|
926
|
+
- lib/fake_shopify/fixtures/2020-04/plus/gift_cards/delete.json
|
927
|
+
- lib/fake_shopify/fixtures/2020-04/plus/gift_cards/list.json
|
928
|
+
- lib/fake_shopify/fixtures/2020-04/plus/gift_cards/retrieve.json
|
929
|
+
- lib/fake_shopify/fixtures/2020-04/plus/gift_cards/update.json
|
930
|
+
- lib/fake_shopify/fixtures/2020-04/plus/users/create.json
|
931
|
+
- lib/fake_shopify/fixtures/2020-04/plus/users/delete.json
|
932
|
+
- lib/fake_shopify/fixtures/2020-04/plus/users/list.json
|
933
|
+
- lib/fake_shopify/fixtures/2020-04/plus/users/retrieve.json
|
934
|
+
- lib/fake_shopify/fixtures/2020-04/plus/users/update.json
|
935
|
+
- lib/fake_shopify/fixtures/2020-04/products.json
|
936
|
+
- lib/fake_shopify/fixtures/2020-04/products/collections/create.json
|
937
|
+
- lib/fake_shopify/fixtures/2020-04/products/collections/delete.json
|
938
|
+
- lib/fake_shopify/fixtures/2020-04/products/collections/list.json
|
939
|
+
- lib/fake_shopify/fixtures/2020-04/products/collections/retrieve.json
|
940
|
+
- lib/fake_shopify/fixtures/2020-04/products/collections/update.json
|
941
|
+
- lib/fake_shopify/fixtures/2020-04/products/collects/create.json
|
942
|
+
- lib/fake_shopify/fixtures/2020-04/products/collects/delete.json
|
943
|
+
- lib/fake_shopify/fixtures/2020-04/products/collects/list.json
|
944
|
+
- lib/fake_shopify/fixtures/2020-04/products/collects/retrieve.json
|
945
|
+
- lib/fake_shopify/fixtures/2020-04/products/collects/update.json
|
946
|
+
- lib/fake_shopify/fixtures/2020-04/products/count.json
|
947
|
+
- lib/fake_shopify/fixtures/2020-04/products/custom_collections/create.json
|
948
|
+
- lib/fake_shopify/fixtures/2020-04/products/custom_collections/delete.json
|
949
|
+
- lib/fake_shopify/fixtures/2020-04/products/custom_collections/list.json
|
950
|
+
- lib/fake_shopify/fixtures/2020-04/products/custom_collections/retrieve.json
|
951
|
+
- lib/fake_shopify/fixtures/2020-04/products/custom_collections/update.json
|
952
|
+
- lib/fake_shopify/fixtures/2020-04/products/images/create.json
|
953
|
+
- lib/fake_shopify/fixtures/2020-04/products/images/delete.json
|
954
|
+
- lib/fake_shopify/fixtures/2020-04/products/images/list.json
|
955
|
+
- lib/fake_shopify/fixtures/2020-04/products/images/retrieve.json
|
956
|
+
- lib/fake_shopify/fixtures/2020-04/products/images/update.json
|
957
|
+
- lib/fake_shopify/fixtures/2020-04/products/products/create.json
|
958
|
+
- lib/fake_shopify/fixtures/2020-04/products/products/delete.json
|
959
|
+
- lib/fake_shopify/fixtures/2020-04/products/products/list.json
|
960
|
+
- lib/fake_shopify/fixtures/2020-04/products/products/retrieve.json
|
961
|
+
- lib/fake_shopify/fixtures/2020-04/products/products/update.json
|
962
|
+
- lib/fake_shopify/fixtures/2020-04/products/smart_collections/create.json
|
963
|
+
- lib/fake_shopify/fixtures/2020-04/products/smart_collections/delete.json
|
964
|
+
- lib/fake_shopify/fixtures/2020-04/products/smart_collections/list.json
|
965
|
+
- lib/fake_shopify/fixtures/2020-04/products/smart_collections/retrieve.json
|
966
|
+
- lib/fake_shopify/fixtures/2020-04/products/smart_collections/update.json
|
967
|
+
- lib/fake_shopify/fixtures/2020-04/products/variants/create.json
|
968
|
+
- lib/fake_shopify/fixtures/2020-04/products/variants/delete.json
|
969
|
+
- lib/fake_shopify/fixtures/2020-04/products/variants/list.json
|
970
|
+
- lib/fake_shopify/fixtures/2020-04/products/variants/retrieve.json
|
971
|
+
- lib/fake_shopify/fixtures/2020-04/products/variants/update.json
|
972
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/create.json
|
973
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/delete.json
|
974
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/list.json
|
975
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/retrieve.json
|
976
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/checkouts/update.json
|
977
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/create.json
|
978
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/delete.json
|
979
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/list.json
|
980
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/retrieve.json
|
981
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/collection_listings/update.json
|
982
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/payments/create.json
|
983
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/payments/delete.json
|
984
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/payments/list.json
|
985
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/payments/retrieve.json
|
986
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/payments/update.json
|
987
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/create.json
|
988
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/delete.json
|
989
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/list.json
|
990
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/retrieve.json
|
991
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/product_listings/update.json
|
992
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/create.json
|
993
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/delete.json
|
994
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/list.json
|
995
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/retrieve.json
|
996
|
+
- lib/fake_shopify/fixtures/2020-04/sales_channel/resource_feedback/update.json
|
997
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/create.json
|
998
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/delete.json
|
999
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/list.json
|
1000
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/retrieve.json
|
1001
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/assigned_fulfillment_orders/update.json
|
1002
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/create.json
|
1003
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/delete.json
|
1004
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/list.json
|
1005
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/retrieve.json
|
1006
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/cancellation_request/update.json
|
1007
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/create.json
|
1008
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/delete.json
|
1009
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/list.json
|
1010
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/retrieve.json
|
1011
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/carrier_services/update.json
|
1012
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/create.json
|
1013
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/delete.json
|
1014
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/list.json
|
1015
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/retrieve.json
|
1016
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/events/update.json
|
1017
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/create.json
|
1018
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/delete.json
|
1019
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/list.json
|
1020
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/retrieve.json
|
1021
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_orders/update.json
|
1022
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/create.json
|
1023
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/delete.json
|
1024
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/list.json
|
1025
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/retrieve.json
|
1026
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_request/update.json
|
1027
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/create.json
|
1028
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/delete.json
|
1029
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/list.json
|
1030
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/retrieve.json
|
1031
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillment_services/update.json
|
1032
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/create.json
|
1033
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/delete.json
|
1034
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/list.json
|
1035
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/retrieve.json
|
1036
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/fulfillments/update.json
|
1037
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/create.json
|
1038
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/delete.json
|
1039
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/list.json
|
1040
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/retrieve.json
|
1041
|
+
- lib/fake_shopify/fixtures/2020-04/shipping_and_fulfillment/locations_for_move/update.json
|
1042
|
+
- lib/fake_shopify/fixtures/2020-04/shop.json
|
1043
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/create.json
|
1044
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/delete.json
|
1045
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/list.json
|
1046
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/retrieve.json
|
1047
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/balance/update.json
|
1048
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/create.json
|
1049
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/delete.json
|
1050
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/list.json
|
1051
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/retrieve.json
|
1052
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/disputes/update.json
|
1053
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/create.json
|
1054
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/delete.json
|
1055
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/list.json
|
1056
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/retrieve.json
|
1057
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/payouts/update.json
|
1058
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/create.json
|
1059
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/delete.json
|
1060
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/list.json
|
1061
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/retrieve.json
|
1062
|
+
- lib/fake_shopify/fixtures/2020-04/shopify_payments/transactions/update.json
|
1063
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/countries/create.json
|
1064
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/countries/delete.json
|
1065
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/countries/list.json
|
1066
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/countries/retrieve.json
|
1067
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/countries/update.json
|
1068
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/currencies/create.json
|
1069
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/currencies/delete.json
|
1070
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/currencies/list.json
|
1071
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/currencies/retrieve.json
|
1072
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/currencies/update.json
|
1073
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/policies/create.json
|
1074
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/policies/delete.json
|
1075
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/policies/list.json
|
1076
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/policies/retrieve.json
|
1077
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/policies/update.json
|
1078
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/provinces/create.json
|
1079
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/provinces/delete.json
|
1080
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/provinces/list.json
|
1081
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/provinces/retrieve.json
|
1082
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/provinces/update.json
|
1083
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/shop/create.json
|
1084
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/shop/delete.json
|
1085
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/shop/list.json
|
1086
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/shop/retrieve.json
|
1087
|
+
- lib/fake_shopify/fixtures/2020-04/store_properties/shop/update.json
|
1088
|
+
- lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/create.json
|
1089
|
+
- lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/delete.json
|
1090
|
+
- lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/list.json
|
1091
|
+
- lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/retrieve.json
|
1092
|
+
- lib/fake_shopify/fixtures/2020-04/tender_transaction/tender_transactions/update.json
|
1093
|
+
- lib/fake_shopify/initializers/webmock.rb
|
1094
|
+
- lib/fake_shopify/routes/analytics.rb
|
1095
|
+
- lib/fake_shopify/routes/billing.rb
|
1096
|
+
- lib/fake_shopify/routes/customers.rb
|
1097
|
+
- lib/fake_shopify/routes/discounts.rb
|
1098
|
+
- lib/fake_shopify/routes/events.rb
|
1099
|
+
- lib/fake_shopify/routes/inventory.rb
|
1100
|
+
- lib/fake_shopify/routes/marketing_event.rb
|
1101
|
+
- lib/fake_shopify/routes/metafield.rb
|
1102
|
+
- lib/fake_shopify/routes/online_store.rb
|
1103
|
+
- lib/fake_shopify/routes/orders.rb
|
1104
|
+
- lib/fake_shopify/routes/plus.rb
|
1105
|
+
- lib/fake_shopify/routes/products.rb
|
1106
|
+
- lib/fake_shopify/routes/sales_channel.rb
|
1107
|
+
- lib/fake_shopify/routes/shipping_and_fulfillment.rb
|
1108
|
+
- lib/fake_shopify/routes/shopify_payments.rb
|
1109
|
+
- lib/fake_shopify/routes/store_properties.rb
|
1110
|
+
- lib/fake_shopify/routes/tender_transaction.rb
|
1111
|
+
- lib/fake_shopify/stub_app.rb
|
1112
|
+
- lib/fake_shopify/version.rb
|
1113
|
+
homepage: https://github.com/colinsoleim/fake_shopify
|
1114
|
+
licenses:
|
1115
|
+
- MIT
|
1116
|
+
metadata: {}
|
1117
|
+
post_install_message:
|
1118
|
+
rdoc_options: []
|
1119
|
+
require_paths:
|
1120
|
+
- lib
|
1121
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
1122
|
+
requirements:
|
1123
|
+
- - ">="
|
1124
|
+
- !ruby/object:Gem::Version
|
1125
|
+
version: 2.3.0
|
1126
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
1127
|
+
requirements:
|
1128
|
+
- - ">="
|
1129
|
+
- !ruby/object:Gem::Version
|
1130
|
+
version: '0'
|
1131
|
+
requirements: []
|
1132
|
+
rubygems_version: 3.1.2
|
1133
|
+
signing_key:
|
1134
|
+
specification_version: 4
|
1135
|
+
summary: An unofficial implementation of the Shopify API service for testing purposes.
|
1136
|
+
test_files: []
|