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,28 @@
|
|
1
|
+
{
|
2
|
+
"marketing_events": [
|
3
|
+
{
|
4
|
+
"id": 998730532,
|
5
|
+
"event_type": "post",
|
6
|
+
"remote_id": "12345678",
|
7
|
+
"started_at": "2020-01-15T10:56:18-05:00",
|
8
|
+
"ended_at": null,
|
9
|
+
"scheduled_to_end_at": null,
|
10
|
+
"budget": "10.11",
|
11
|
+
"currency": "GBP",
|
12
|
+
"manage_url": null,
|
13
|
+
"preview_url": null,
|
14
|
+
"utm_campaign": "1234567890",
|
15
|
+
"utm_source": "facebook",
|
16
|
+
"utm_medium": "facebook-post",
|
17
|
+
"budget_type": "daily",
|
18
|
+
"description": null,
|
19
|
+
"marketing_channel": "social",
|
20
|
+
"paid": false,
|
21
|
+
"referring_domain": "facebook.com",
|
22
|
+
"breadcrumb_id": null,
|
23
|
+
"marketing_activity_id": null,
|
24
|
+
"admin_graphql_api_id": "gid://shopify/MarketingEvent/998730532",
|
25
|
+
"marketed_resources": []
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"marketing_event": {
|
3
|
+
"id": 998730532,
|
4
|
+
"event_type": "post",
|
5
|
+
"remote_id": "12345678",
|
6
|
+
"started_at": "2020-01-15T10:56:18-05:00",
|
7
|
+
"ended_at": null,
|
8
|
+
"scheduled_to_end_at": null,
|
9
|
+
"budget": "10.11",
|
10
|
+
"currency": "GBP",
|
11
|
+
"manage_url": null,
|
12
|
+
"preview_url": null,
|
13
|
+
"utm_campaign": "1234567890",
|
14
|
+
"utm_source": "facebook",
|
15
|
+
"utm_medium": "facebook-post",
|
16
|
+
"budget_type": "daily",
|
17
|
+
"description": null,
|
18
|
+
"marketing_channel": "social",
|
19
|
+
"paid": false,
|
20
|
+
"referring_domain": "facebook.com",
|
21
|
+
"breadcrumb_id": null,
|
22
|
+
"marketing_activity_id": null,
|
23
|
+
"admin_graphql_api_id": "gid://shopify/MarketingEvent/998730532",
|
24
|
+
"marketed_resources": []
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"marketing_event": {
|
3
|
+
"id": 998730532,
|
4
|
+
"remote_id": "1000:2000",
|
5
|
+
"started_at": "2020-02-02T00:00 +00:00",
|
6
|
+
"ended_at": "2020-02-03T00:00 +00:00",
|
7
|
+
"scheduled_to_end_at": "2020-02-04T00:00 +00:00",
|
8
|
+
"budget": "11.1",
|
9
|
+
"budget_type": "daily",
|
10
|
+
"currency": "CAD",
|
11
|
+
"utm_campaign": "other",
|
12
|
+
"utm_source": "other",
|
13
|
+
"utm_medium": "other",
|
14
|
+
"event_type": "ad",
|
15
|
+
"referring_domain": "instagram.com"
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"metafield": {
|
3
|
+
"id": 1063298188,
|
4
|
+
"namespace": "inventory",
|
5
|
+
"key": "warehouse",
|
6
|
+
"value": 25,
|
7
|
+
"value_type": "integer",
|
8
|
+
"description": null,
|
9
|
+
"owner_id": 690933842,
|
10
|
+
"created_at": "2020-01-14T10:43:34-05:00",
|
11
|
+
"updated_at": "2020-01-14T10:43:34-05:00",
|
12
|
+
"owner_resource": "shop",
|
13
|
+
"admin_graphql_api_id": "gid://shopify/Metafield/1063298188"
|
14
|
+
}
|
15
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"metafields": [
|
3
|
+
{
|
4
|
+
"id": 721389482,
|
5
|
+
"namespace": "affiliates",
|
6
|
+
"key": "app_key",
|
7
|
+
"value": "app_key",
|
8
|
+
"value_type": "string",
|
9
|
+
"description": null,
|
10
|
+
"owner_id": 690933842,
|
11
|
+
"created_at": "2020-01-14T10:41:30-05:00",
|
12
|
+
"updated_at": "2020-01-14T10:41:30-05:00",
|
13
|
+
"owner_resource": "shop",
|
14
|
+
"admin_graphql_api_id": "gid://shopify/Metafield/721389482"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"metafield": {
|
3
|
+
"id": 721389482,
|
4
|
+
"namespace": "affiliates",
|
5
|
+
"key": "app_key",
|
6
|
+
"value": "app_key",
|
7
|
+
"value_type": "string",
|
8
|
+
"description": null,
|
9
|
+
"owner_id": 690933842,
|
10
|
+
"created_at": "2020-01-14T10:41:30-05:00",
|
11
|
+
"updated_at": "2020-01-14T10:41:30-05:00",
|
12
|
+
"owner_resource": "shop",
|
13
|
+
"admin_graphql_api_id": "gid://shopify/Metafield/721389482"
|
14
|
+
}
|
15
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"metafield": {
|
3
|
+
"id": 721389482,
|
4
|
+
"namespace": "affiliates",
|
5
|
+
"key": "app_key",
|
6
|
+
"value": "something new",
|
7
|
+
"value_type": "string",
|
8
|
+
"description": null,
|
9
|
+
"owner_id": 690933842,
|
10
|
+
"created_at": "2020-01-14T10:41:30-05:00",
|
11
|
+
"updated_at": "2020-01-14T10:43:36-05:00",
|
12
|
+
"owner_resource": "shop",
|
13
|
+
"admin_graphql_api_id": "gid://shopify/Metafield/721389482"
|
14
|
+
}
|
15
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"article": {
|
3
|
+
"id": 1051293783,
|
4
|
+
"title": "My new Article title",
|
5
|
+
"created_at": "2020-01-14T10:42:34-05:00",
|
6
|
+
"body_html": "<h1>I like articles</h1>\n<p><strong>Yea</strong>, I like posting them through <span class=\"caps\">REST</span>.</p>",
|
7
|
+
"blog_id": 241253187,
|
8
|
+
"author": "John Smith",
|
9
|
+
"user_id": null,
|
10
|
+
"published_at": "2011-03-24T11:45:47-04:00",
|
11
|
+
"updated_at": "2020-01-14T10:42:34-05:00",
|
12
|
+
"summary_html": null,
|
13
|
+
"template_suffix": null,
|
14
|
+
"handle": "my-new-article-title",
|
15
|
+
"tags": "Has Been Tagged, This Post",
|
16
|
+
"admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/1051293783"
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{}
|
@@ -0,0 +1,75 @@
|
|
1
|
+
{
|
2
|
+
"articles": [
|
3
|
+
{
|
4
|
+
"id": 1051293780,
|
5
|
+
"title": "Welcome to the world of tomorrow!",
|
6
|
+
"created_at": "2013-11-06T19:00:00-05:00",
|
7
|
+
"body_html": "Good news, everybody!",
|
8
|
+
"blog_id": 241253187,
|
9
|
+
"author": "dennis",
|
10
|
+
"user_id": null,
|
11
|
+
"published_at": null,
|
12
|
+
"updated_at": "2020-01-14T10:41:30-05:00",
|
13
|
+
"summary_html": null,
|
14
|
+
"template_suffix": null,
|
15
|
+
"handle": "welcome-to-the-world-of-tomorrow",
|
16
|
+
"tags": "",
|
17
|
+
"admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/1051293780"
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"id": 989034056,
|
21
|
+
"title": "Some crazy article I'm coming up with",
|
22
|
+
"created_at": "2008-12-31T19:00:00-05:00",
|
23
|
+
"body_html": "I have no idea what to write about, but it's going to rock!",
|
24
|
+
"blog_id": 241253187,
|
25
|
+
"author": "John",
|
26
|
+
"user_id": null,
|
27
|
+
"published_at": null,
|
28
|
+
"updated_at": "2009-01-31T19:00:00-05:00",
|
29
|
+
"summary_html": null,
|
30
|
+
"template_suffix": null,
|
31
|
+
"handle": "some-crazy-article-im-coming-up-with",
|
32
|
+
"tags": "Mystery",
|
33
|
+
"admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/989034056"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"id": 294160202,
|
37
|
+
"title": "Just us bots here",
|
38
|
+
"created_at": "2013-11-06T19:00:00-05:00",
|
39
|
+
"body_html": "beep boop",
|
40
|
+
"blog_id": 241253187,
|
41
|
+
"author": "dennis",
|
42
|
+
"user_id": null,
|
43
|
+
"published_at": null,
|
44
|
+
"updated_at": "2020-01-14T10:41:30-05:00",
|
45
|
+
"summary_html": null,
|
46
|
+
"template_suffix": null,
|
47
|
+
"handle": "just-us-bots-here",
|
48
|
+
"tags": "",
|
49
|
+
"admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/294160202"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"id": 134645308,
|
53
|
+
"title": "get on the train now",
|
54
|
+
"created_at": "2008-07-31T20:00:00-04:00",
|
55
|
+
"body_html": "<p>Do <em>you</em> have an <strong>IPod</strong> yet?</p>",
|
56
|
+
"blog_id": 241253187,
|
57
|
+
"author": "Dennis",
|
58
|
+
"user_id": 799407056,
|
59
|
+
"published_at": "2008-07-31T20:00:00-04:00",
|
60
|
+
"updated_at": "2008-07-31T20:00:00-04:00",
|
61
|
+
"summary_html": null,
|
62
|
+
"template_suffix": null,
|
63
|
+
"handle": "get-on-the-train-now",
|
64
|
+
"tags": "Announcing",
|
65
|
+
"admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/134645308",
|
66
|
+
"image": {
|
67
|
+
"created_at": "2020-01-14T10:41:30-05:00",
|
68
|
+
"alt": "iMac",
|
69
|
+
"width": 123,
|
70
|
+
"height": 456,
|
71
|
+
"src": "https://cdn.shopify.com/s/files/1/0006/9093/3842/articles/imac.jpg?v=1579016490"
|
72
|
+
}
|
73
|
+
}
|
74
|
+
]
|
75
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
{
|
2
|
+
"article": {
|
3
|
+
"id": 134645308,
|
4
|
+
"title": "get on the train now",
|
5
|
+
"created_at": "2008-07-31T20:00:00-04:00",
|
6
|
+
"body_html": "<p>Do <em>you</em> have an <strong>IPod</strong> yet?</p>",
|
7
|
+
"blog_id": 241253187,
|
8
|
+
"author": "Dennis",
|
9
|
+
"user_id": 799407056,
|
10
|
+
"published_at": "2008-07-31T20:00:00-04:00",
|
11
|
+
"updated_at": "2008-07-31T20:00:00-04:00",
|
12
|
+
"summary_html": null,
|
13
|
+
"template_suffix": null,
|
14
|
+
"handle": "get-on-the-train-now",
|
15
|
+
"tags": "Announcing",
|
16
|
+
"admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/134645308",
|
17
|
+
"image": {
|
18
|
+
"created_at": "2020-01-14T10:41:30-05:00",
|
19
|
+
"alt": "iMac",
|
20
|
+
"width": 123,
|
21
|
+
"height": 456,
|
22
|
+
"src": "https://cdn.shopify.com/s/files/1/0006/9093/3842/articles/imac.jpg?v=1579016490"
|
23
|
+
}
|
24
|
+
}
|
25
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
{
|
2
|
+
"article": {
|
3
|
+
"id": 134645308,
|
4
|
+
"title": "My new Title",
|
5
|
+
"created_at": "2008-07-31T20:00:00-04:00",
|
6
|
+
"body_html": "<p>Look, I can even update through a web service.</p>",
|
7
|
+
"blog_id": 241253187,
|
8
|
+
"author": "Your name",
|
9
|
+
"user_id": null,
|
10
|
+
"published_at": "2011-03-24T11:45:47-04:00",
|
11
|
+
"updated_at": "2020-01-14T10:42:41-05:00",
|
12
|
+
"summary_html": null,
|
13
|
+
"template_suffix": null,
|
14
|
+
"handle": "get-on-the-train-now",
|
15
|
+
"tags": "Tags, Updated, Will Be",
|
16
|
+
"admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/134645308",
|
17
|
+
"image": {
|
18
|
+
"created_at": "2020-01-14T10:41:30-05:00",
|
19
|
+
"alt": "iMac",
|
20
|
+
"width": 123,
|
21
|
+
"height": 456,
|
22
|
+
"src": "https://cdn.shopify.com/s/files/1/0006/9093/3842/articles/imac.jpg?v=1579016490"
|
23
|
+
}
|
24
|
+
}
|
25
|
+
}
|
@@ -0,0 +1,247 @@
|
|
1
|
+
{
|
2
|
+
"assets": [
|
3
|
+
{
|
4
|
+
"key": "templates/page.liquid",
|
5
|
+
"public_url": null,
|
6
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
7
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
8
|
+
"content_type": "text/x-liquid",
|
9
|
+
"size": 147,
|
10
|
+
"theme_id": 828155753
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"key": "config/settings_schema.json",
|
14
|
+
"public_url": null,
|
15
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
16
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
17
|
+
"content_type": "application/json",
|
18
|
+
"size": 4570,
|
19
|
+
"theme_id": 828155753
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"key": "assets/bg-main.gif",
|
23
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/bg-main.gif?v=1278963110",
|
24
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
25
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
26
|
+
"content_type": "image/gif",
|
27
|
+
"size": 297,
|
28
|
+
"theme_id": 828155753
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"key": "assets/sidebar-devider.gif",
|
32
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/sidebar-devider.gif?v=1278963110",
|
33
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
34
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
35
|
+
"content_type": "image/gif",
|
36
|
+
"size": 1016,
|
37
|
+
"theme_id": 828155753
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"key": "sections/content_section.liquid",
|
41
|
+
"public_url": null,
|
42
|
+
"created_at": "2016-02-11T14:31:50-05:00",
|
43
|
+
"updated_at": "2016-02-11T14:31:50-05:00",
|
44
|
+
"content_type": "text/x-liquid",
|
45
|
+
"size": 997,
|
46
|
+
"theme_id": 828155753
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"key": "assets/bg-footer.gif",
|
50
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/bg-footer.gif?v=1278963110",
|
51
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
52
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
53
|
+
"content_type": "image/gif",
|
54
|
+
"size": 1434,
|
55
|
+
"theme_id": 828155753
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"key": "assets/shop.css.liquid",
|
59
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/shop.css.liquid?1",
|
60
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
61
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
62
|
+
"content_type": "text/x-liquid",
|
63
|
+
"size": 14675,
|
64
|
+
"theme_id": 828155753
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"key": "assets/bg-body-pink.gif",
|
68
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/bg-body-pink.gif?v=1278963110",
|
69
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
70
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
71
|
+
"content_type": "image/gif",
|
72
|
+
"size": 1562,
|
73
|
+
"theme_id": 828155753
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"key": "assets/shop.js",
|
77
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/shop.js?1",
|
78
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
79
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
80
|
+
"content_type": "application/javascript",
|
81
|
+
"size": 348,
|
82
|
+
"theme_id": 828155753
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"key": "sections/footer_section.liquid",
|
86
|
+
"public_url": null,
|
87
|
+
"created_at": "2017-04-28T10:30:00-04:00",
|
88
|
+
"updated_at": "2017-04-28T10:30:00-04:00",
|
89
|
+
"content_type": "text/x-liquid",
|
90
|
+
"size": 999,
|
91
|
+
"theme_id": 828155753
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"key": "assets/bg-body-green.gif",
|
95
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/bg-body-green.gif?v=1278963110",
|
96
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
97
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
98
|
+
"content_type": "image/gif",
|
99
|
+
"size": 1542,
|
100
|
+
"theme_id": 828155753
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"key": "assets/bg-content.gif",
|
104
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/bg-content.gif?v=1278963110",
|
105
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
106
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
107
|
+
"content_type": "image/gif",
|
108
|
+
"size": 134,
|
109
|
+
"theme_id": 828155753
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"key": "templates/product.liquid",
|
113
|
+
"public_url": null,
|
114
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
115
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
116
|
+
"content_type": "text/x-liquid",
|
117
|
+
"size": 2796,
|
118
|
+
"theme_id": 828155753
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"key": "templates/cart.liquid",
|
122
|
+
"public_url": null,
|
123
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
124
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
125
|
+
"content_type": "text/x-liquid",
|
126
|
+
"size": 2047,
|
127
|
+
"theme_id": 828155753
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"key": "assets/bg-body.gif",
|
131
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/bg-body.gif?v=1278963110",
|
132
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
133
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
134
|
+
"content_type": "image/gif",
|
135
|
+
"size": 1571,
|
136
|
+
"theme_id": 828155753
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"key": "layout/theme.liquid",
|
140
|
+
"public_url": null,
|
141
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
142
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
143
|
+
"content_type": "text/x-liquid",
|
144
|
+
"size": 3252,
|
145
|
+
"theme_id": 828155753
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"key": "templates/index.liquid",
|
149
|
+
"public_url": null,
|
150
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
151
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
152
|
+
"content_type": "text/x-liquid",
|
153
|
+
"size": 1068,
|
154
|
+
"theme_id": 828155753
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"key": "assets/sidebar-menu.jpg",
|
158
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/sidebar-menu.jpg?v=1278963110",
|
159
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
160
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
161
|
+
"content_type": "image/jpeg",
|
162
|
+
"size": 1609,
|
163
|
+
"theme_id": 828155753
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"key": "templates/article.liquid",
|
167
|
+
"public_url": null,
|
168
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
169
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
170
|
+
"content_type": "text/x-liquid",
|
171
|
+
"size": 2486,
|
172
|
+
"theme_id": 828155753
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"key": "sections/header_section.liquid",
|
176
|
+
"public_url": null,
|
177
|
+
"created_at": "2017-04-28T10:30:00-04:00",
|
178
|
+
"updated_at": "2017-04-28T10:30:00-04:00",
|
179
|
+
"content_type": "text/x-liquid",
|
180
|
+
"size": 998,
|
181
|
+
"theme_id": 828155753
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"key": "templates/collection.liquid",
|
185
|
+
"public_url": null,
|
186
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
187
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
188
|
+
"content_type": "text/x-liquid",
|
189
|
+
"size": 946,
|
190
|
+
"theme_id": 828155753
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"key": "assets/bg-sidebar.gif",
|
194
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/bg-sidebar.gif?v=1278963110",
|
195
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
196
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
197
|
+
"content_type": "image/gif",
|
198
|
+
"size": 124,
|
199
|
+
"theme_id": 828155753
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"key": "assets/bg-body-orange.gif",
|
203
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/bg-body-orange.gif?v=1278963110",
|
204
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
205
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
206
|
+
"content_type": "image/gif",
|
207
|
+
"size": 1548,
|
208
|
+
"theme_id": 828155753
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"key": "sections/product_section.liquid",
|
212
|
+
"public_url": null,
|
213
|
+
"created_at": "2016-02-14T16:31:41-05:00",
|
214
|
+
"updated_at": "2016-02-14T16:31:41-05:00",
|
215
|
+
"content_type": "text/x-liquid",
|
216
|
+
"size": 2440,
|
217
|
+
"theme_id": 828155753
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"key": "assets/shop.css",
|
221
|
+
"public_url": "https://cdn.shopify.com/s/files/1/0006/9093/3842/t/1/assets/shop.css?1",
|
222
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
223
|
+
"updated_at": "2020-01-14T10:28:47-05:00",
|
224
|
+
"content_type": "text/css",
|
225
|
+
"size": 14138,
|
226
|
+
"theme_id": 828155753
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"key": "templates/blog.liquid",
|
230
|
+
"public_url": null,
|
231
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
232
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
233
|
+
"content_type": "text/x-liquid",
|
234
|
+
"size": 786,
|
235
|
+
"theme_id": 828155753
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"key": "config/settings_data.json",
|
239
|
+
"public_url": null,
|
240
|
+
"created_at": "2010-07-12T15:31:50-04:00",
|
241
|
+
"updated_at": "2010-07-12T15:31:50-04:00",
|
242
|
+
"content_type": "application/json",
|
243
|
+
"size": 4570,
|
244
|
+
"theme_id": 828155753
|
245
|
+
}
|
246
|
+
]
|
247
|
+
}
|