duodealer_api 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (322) hide show
  1. checksums.yaml +7 -0
  2. data/.document +5 -0
  3. data/.gitignore +13 -0
  4. data/.rubocop.yml +8 -0
  5. data/.travis.yml +23 -0
  6. data/Gemfile +5 -0
  7. data/Gemfile_ar41 +5 -0
  8. data/Gemfile_ar50 +5 -0
  9. data/Gemfile_ar51 +5 -0
  10. data/Gemfile_ar_master +5 -0
  11. data/RELEASING +13 -0
  12. data/Rakefile +44 -0
  13. data/docker-compose.yml +13 -0
  14. data/docs/graphql.md +191 -0
  15. data/duodealer_api.gemspec +38 -0
  16. data/lib/active_resource/connection_ext.rb +10 -0
  17. data/lib/active_resource/detailed_log_subscriber.rb +52 -0
  18. data/lib/active_resource/json_errors.rb +31 -0
  19. data/lib/duodealer_api.rb +33 -0
  20. data/lib/duodealer_api/api_version.rb +205 -0
  21. data/lib/duodealer_api/connection.rb +35 -0
  22. data/lib/duodealer_api/countable.rb +14 -0
  23. data/lib/duodealer_api/disable_prefix_check.rb +31 -0
  24. data/lib/duodealer_api/events.rb +7 -0
  25. data/lib/duodealer_api/graphql.rb +79 -0
  26. data/lib/duodealer_api/graphql/http_client.rb +22 -0
  27. data/lib/duodealer_api/graphql/railtie.rb +17 -0
  28. data/lib/duodealer_api/graphql/task.rake +97 -0
  29. data/lib/duodealer_api/limits.rb +76 -0
  30. data/lib/duodealer_api/message_enricher.rb +23 -0
  31. data/lib/duodealer_api/meta.rb +15 -0
  32. data/lib/duodealer_api/metafields.rb +20 -0
  33. data/lib/duodealer_api/paginated_collection.rb +69 -0
  34. data/lib/duodealer_api/pagination_link_headers.rb +33 -0
  35. data/lib/duodealer_api/resources.rb +3 -0
  36. data/lib/duodealer_api/resources/abandoned_checkout.rb +7 -0
  37. data/lib/duodealer_api/resources/access_scope.rb +10 -0
  38. data/lib/duodealer_api/resources/access_token.rb +8 -0
  39. data/lib/duodealer_api/resources/address.rb +4 -0
  40. data/lib/duodealer_api/resources/announcement.rb +4 -0
  41. data/lib/duodealer_api/resources/api_permission.rb +9 -0
  42. data/lib/duodealer_api/resources/application_charge.rb +15 -0
  43. data/lib/duodealer_api/resources/application_credit.rb +4 -0
  44. data/lib/duodealer_api/resources/array_base.rb +13 -0
  45. data/lib/duodealer_api/resources/article.rb +21 -0
  46. data/lib/duodealer_api/resources/asset.rb +100 -0
  47. data/lib/duodealer_api/resources/assigned_fulfillment_order.rb +16 -0
  48. data/lib/duodealer_api/resources/base.rb +162 -0
  49. data/lib/duodealer_api/resources/billing_address.rb +4 -0
  50. data/lib/duodealer_api/resources/blog.rb +10 -0
  51. data/lib/duodealer_api/resources/carrier_service.rb +4 -0
  52. data/lib/duodealer_api/resources/cart.rb +4 -0
  53. data/lib/duodealer_api/resources/checkout.rb +30 -0
  54. data/lib/duodealer_api/resources/collect.rb +6 -0
  55. data/lib/duodealer_api/resources/collection.rb +14 -0
  56. data/lib/duodealer_api/resources/collection_listing.rb +18 -0
  57. data/lib/duodealer_api/resources/collection_publication.rb +10 -0
  58. data/lib/duodealer_api/resources/comment.rb +9 -0
  59. data/lib/duodealer_api/resources/country.rb +4 -0
  60. data/lib/duodealer_api/resources/currency.rb +6 -0
  61. data/lib/duodealer_api/resources/custom_collection.rb +19 -0
  62. data/lib/duodealer_api/resources/customer.rb +29 -0
  63. data/lib/duodealer_api/resources/customer_group.rb +5 -0
  64. data/lib/duodealer_api/resources/customer_invite.rb +4 -0
  65. data/lib/duodealer_api/resources/customer_saved_search.rb +11 -0
  66. data/lib/duodealer_api/resources/discount_code.rb +9 -0
  67. data/lib/duodealer_api/resources/draft_order.rb +14 -0
  68. data/lib/duodealer_api/resources/draft_order_invoice.rb +4 -0
  69. data/lib/duodealer_api/resources/event.rb +8 -0
  70. data/lib/duodealer_api/resources/fulfillment.rb +47 -0
  71. data/lib/duodealer_api/resources/fulfillment_event.rb +15 -0
  72. data/lib/duodealer_api/resources/fulfillment_order.rb +137 -0
  73. data/lib/duodealer_api/resources/fulfillment_order_locations_for_move.rb +4 -0
  74. data/lib/duodealer_api/resources/fulfillment_request.rb +15 -0
  75. data/lib/duodealer_api/resources/fulfillment_service.rb +4 -0
  76. data/lib/duodealer_api/resources/fulfillment_v2.rb +20 -0
  77. data/lib/duodealer_api/resources/gift_card.rb +7 -0
  78. data/lib/duodealer_api/resources/image.rb +16 -0
  79. data/lib/duodealer_api/resources/inventory_item.rb +6 -0
  80. data/lib/duodealer_api/resources/inventory_level.rb +55 -0
  81. data/lib/duodealer_api/resources/line_item.rb +14 -0
  82. data/lib/duodealer_api/resources/location.rb +8 -0
  83. data/lib/duodealer_api/resources/marketing_event.rb +10 -0
  84. data/lib/duodealer_api/resources/metafield.rb +13 -0
  85. data/lib/duodealer_api/resources/note_attribute.rb +4 -0
  86. data/lib/duodealer_api/resources/option.rb +4 -0
  87. data/lib/duodealer_api/resources/order.rb +43 -0
  88. data/lib/duodealer_api/resources/order_risk.rb +8 -0
  89. data/lib/duodealer_api/resources/page.rb +6 -0
  90. data/lib/duodealer_api/resources/payment.rb +7 -0
  91. data/lib/duodealer_api/resources/payment_details.rb +4 -0
  92. data/lib/duodealer_api/resources/ping.rb +3 -0
  93. data/lib/duodealer_api/resources/policy.rb +7 -0
  94. data/lib/duodealer_api/resources/price_rule.rb +8 -0
  95. data/lib/duodealer_api/resources/product.rb +35 -0
  96. data/lib/duodealer_api/resources/product_listing.rb +16 -0
  97. data/lib/duodealer_api/resources/product_publication.rb +10 -0
  98. data/lib/duodealer_api/resources/province.rb +5 -0
  99. data/lib/duodealer_api/resources/publication.rb +5 -0
  100. data/lib/duodealer_api/resources/receipt.rb +4 -0
  101. data/lib/duodealer_api/resources/recurring_application_charge.rb +31 -0
  102. data/lib/duodealer_api/resources/redirect.rb +4 -0
  103. data/lib/duodealer_api/resources/refund.rb +14 -0
  104. data/lib/duodealer_api/resources/report.rb +4 -0
  105. data/lib/duodealer_api/resources/resource_feedback.rb +19 -0
  106. data/lib/duodealer_api/resources/rule.rb +4 -0
  107. data/lib/duodealer_api/resources/script_tag.rb +4 -0
  108. data/lib/duodealer_api/resources/shipping_address.rb +4 -0
  109. data/lib/duodealer_api/resources/shipping_line.rb +4 -0
  110. data/lib/duodealer_api/resources/shipping_rate.rb +7 -0
  111. data/lib/duodealer_api/resources/shipping_zone.rb +4 -0
  112. data/lib/duodealer_api/resources/shop.rb +25 -0
  113. data/lib/duodealer_api/resources/smart_collection.rb +19 -0
  114. data/lib/duodealer_api/resources/storefront_access_token.rb +4 -0
  115. data/lib/duodealer_api/resources/tax_line.rb +4 -0
  116. data/lib/duodealer_api/resources/tax_service.rb +4 -0
  117. data/lib/duodealer_api/resources/tender_transaction.rb +6 -0
  118. data/lib/duodealer_api/resources/theme.rb +4 -0
  119. data/lib/duodealer_api/resources/transaction.rb +5 -0
  120. data/lib/duodealer_api/resources/usage_charge.rb +5 -0
  121. data/lib/duodealer_api/resources/user.rb +4 -0
  122. data/lib/duodealer_api/resources/variant.rb +8 -0
  123. data/lib/duodealer_api/resources/webhook.rb +4 -0
  124. data/lib/duodealer_api/session.rb +171 -0
  125. data/lib/duodealer_api/version.rb +3 -0
  126. data/shipit.rubygems.yml +1 -0
  127. data/test/abandoned_checkouts_test.rb +29 -0
  128. data/test/access_scope_test.rb +23 -0
  129. data/test/access_token_test.rb +19 -0
  130. data/test/active_resource/json_errors_test.rb +19 -0
  131. data/test/api_permission_test.rb +9 -0
  132. data/test/api_version_test.rb +157 -0
  133. data/test/application_charge_test.rb +79 -0
  134. data/test/application_credit_test.rb +35 -0
  135. data/test/article_test.rb +73 -0
  136. data/test/asset_test.rb +18 -0
  137. data/test/assigned_fulfillment_order_test.rb +77 -0
  138. data/test/base_test.rb +198 -0
  139. data/test/blog_test.rb +8 -0
  140. data/test/carrier_service_test.rb +17 -0
  141. data/test/cart_test.rb +13 -0
  142. data/test/checkouts_test.rb +77 -0
  143. data/test/collect_test.rb +9 -0
  144. data/test/collection_listing_test.rb +79 -0
  145. data/test/collection_publication_test.rb +40 -0
  146. data/test/collection_test.rb +49 -0
  147. data/test/countable_test.rb +13 -0
  148. data/test/currency_test.rb +21 -0
  149. data/test/custom_collection_test.rb +9 -0
  150. data/test/customer_saved_search_test.rb +27 -0
  151. data/test/customer_test.rb +50 -0
  152. data/test/detailed_log_subscriber_test.rb +139 -0
  153. data/test/discount_code_test.rb +53 -0
  154. data/test/draft_order_test.rb +151 -0
  155. data/test/fixtures/abandoned_checkout.json +184 -0
  156. data/test/fixtures/abandoned_checkouts.json +186 -0
  157. data/test/fixtures/access_scopes.json +10 -0
  158. data/test/fixtures/access_token_delegate.json +4 -0
  159. data/test/fixtures/api_versions.json +38 -0
  160. data/test/fixtures/apis.json +42 -0
  161. data/test/fixtures/application_charge.json +16 -0
  162. data/test/fixtures/application_charges.json +57 -0
  163. data/test/fixtures/application_credit.json +12 -0
  164. data/test/fixtures/application_credits.json +24 -0
  165. data/test/fixtures/article.json +15 -0
  166. data/test/fixtures/articles.json +39 -0
  167. data/test/fixtures/asset.json +9 -0
  168. data/test/fixtures/assets.json +136 -0
  169. data/test/fixtures/assigned_fulfillment_orders.json +78 -0
  170. data/test/fixtures/authors.json +1 -0
  171. data/test/fixtures/blog.json +13 -0
  172. data/test/fixtures/blogs.json +13 -0
  173. data/test/fixtures/carrier_service.json +9 -0
  174. data/test/fixtures/carts.json +43 -0
  175. data/test/fixtures/checkout.json +160 -0
  176. data/test/fixtures/checkouts.json +162 -0
  177. data/test/fixtures/collect.json +12 -0
  178. data/test/fixtures/collection.json +17 -0
  179. data/test/fixtures/collection_listing.json +11 -0
  180. data/test/fixtures/collection_listing_product_ids.json +1 -0
  181. data/test/fixtures/collection_listing_product_ids2.json +1 -0
  182. data/test/fixtures/collection_listings.json +13 -0
  183. data/test/fixtures/collection_products.json +47 -0
  184. data/test/fixtures/collection_publication.json +11 -0
  185. data/test/fixtures/collection_publications.json +13 -0
  186. data/test/fixtures/currencies.json +25 -0
  187. data/test/fixtures/custom_collection.json +17 -0
  188. data/test/fixtures/customer_invite.json +9 -0
  189. data/test/fixtures/customer_saved_search.json +9 -0
  190. data/test/fixtures/customer_saved_search_customers.json +60 -0
  191. data/test/fixtures/customers.json +59 -0
  192. data/test/fixtures/customers_account_activation_url.json +3 -0
  193. data/test/fixtures/customers_search.json +60 -0
  194. data/test/fixtures/discount_code.json +10 -0
  195. data/test/fixtures/discount_codes.json +12 -0
  196. data/test/fixtures/draft_order.json +159 -0
  197. data/test/fixtures/draft_order_completed.json +159 -0
  198. data/test/fixtures/draft_order_invoice.json +9 -0
  199. data/test/fixtures/draft_orders.json +161 -0
  200. data/test/fixtures/engagement.json +15 -0
  201. data/test/fixtures/events.json +31 -0
  202. data/test/fixtures/fulfillment.json +49 -0
  203. data/test/fixtures/fulfillment_event.json +12 -0
  204. data/test/fixtures/fulfillment_order.json +38 -0
  205. data/test/fixtures/fulfillment_order_locations_for_move.json +18 -0
  206. data/test/fixtures/fulfillment_orders.json +78 -0
  207. data/test/fixtures/fulfillment_request.json +28 -0
  208. data/test/fixtures/fulfillment_service.json +10 -0
  209. data/test/fixtures/fulfillments.json +53 -0
  210. data/test/fixtures/gift_card.json +20 -0
  211. data/test/fixtures/gift_card_disabled.json +20 -0
  212. data/test/fixtures/graphql/2019-10.json +1083 -0
  213. data/test/fixtures/graphql/dummy_schema.rb +16 -0
  214. data/test/fixtures/graphql/unstable.json +1083 -0
  215. data/test/fixtures/image.json +10 -0
  216. data/test/fixtures/images.json +20 -0
  217. data/test/fixtures/inventory_level.json +7 -0
  218. data/test/fixtures/inventory_levels.json +24 -0
  219. data/test/fixtures/marketing_event.json +28 -0
  220. data/test/fixtures/marketing_events.json +54 -0
  221. data/test/fixtures/metafield.json +12 -0
  222. data/test/fixtures/metafields.json +34 -0
  223. data/test/fixtures/order.json +297 -0
  224. data/test/fixtures/order_risk.json +14 -0
  225. data/test/fixtures/order_risks.json +28 -0
  226. data/test/fixtures/order_with_properties.json +373 -0
  227. data/test/fixtures/orders.json +299 -0
  228. data/test/fixtures/payment.json +7 -0
  229. data/test/fixtures/payments.json +9 -0
  230. data/test/fixtures/ping/conversation.json +1 -0
  231. data/test/fixtures/ping/failed_delivery_confirmation.json +1 -0
  232. data/test/fixtures/ping/message.json +1 -0
  233. data/test/fixtures/ping/successful_delivery_confirmation.json +1 -0
  234. data/test/fixtures/policies.json +8 -0
  235. data/test/fixtures/price_rule.json +27 -0
  236. data/test/fixtures/price_rules.json +28 -0
  237. data/test/fixtures/product.json +116 -0
  238. data/test/fixtures/product_listing.json +86 -0
  239. data/test/fixtures/product_listing_product_ids.json +1 -0
  240. data/test/fixtures/product_listing_product_ids2.json +1 -0
  241. data/test/fixtures/product_listings.json +174 -0
  242. data/test/fixtures/product_publication.json +11 -0
  243. data/test/fixtures/product_publications.json +13 -0
  244. data/test/fixtures/publications.json +9 -0
  245. data/test/fixtures/recurring_application_charge.json +22 -0
  246. data/test/fixtures/recurring_application_charge_adjustment.json +5 -0
  247. data/test/fixtures/recurring_application_charges.json +106 -0
  248. data/test/fixtures/redirect.json +7 -0
  249. data/test/fixtures/refund.json +112 -0
  250. data/test/fixtures/report.json +9 -0
  251. data/test/fixtures/reports.json +11 -0
  252. data/test/fixtures/script_tag.json +10 -0
  253. data/test/fixtures/script_tags.json +18 -0
  254. data/test/fixtures/shipping_rates.json +12 -0
  255. data/test/fixtures/shipping_zones.json +315 -0
  256. data/test/fixtures/shop.json +26 -0
  257. data/test/fixtures/smart_collection.json +21 -0
  258. data/test/fixtures/smart_collection_products.json +155 -0
  259. data/test/fixtures/storefront_access_token.json +9 -0
  260. data/test/fixtures/storefront_access_tokens.json +18 -0
  261. data/test/fixtures/tags.json +1 -0
  262. data/test/fixtures/tax_service.json +9 -0
  263. data/test/fixtures/tender_transactions.json +52 -0
  264. data/test/fixtures/transaction.json +29 -0
  265. data/test/fixtures/usage_charge.json +11 -0
  266. data/test/fixtures/usage_charges.json +23 -0
  267. data/test/fixtures/user.json +21 -0
  268. data/test/fixtures/users.json +42 -0
  269. data/test/fixtures/variant.json +23 -0
  270. data/test/fixtures/variants.json +88 -0
  271. data/test/fixtures/webhook.json +10 -0
  272. data/test/fixtures/webhooks.json +18 -0
  273. data/test/fulfillment_event_test.rb +69 -0
  274. data/test/fulfillment_order_test.rb +462 -0
  275. data/test/fulfillment_order_test_helper.rb +7 -0
  276. data/test/fulfillment_request_test.rb +33 -0
  277. data/test/fulfillment_service_test.rb +17 -0
  278. data/test/fulfillment_test.rb +224 -0
  279. data/test/fulfillment_v2_test.rb +62 -0
  280. data/test/gift_card_test.rb +22 -0
  281. data/test/graphql/http_client_test.rb +26 -0
  282. data/test/graphql_test.rb +147 -0
  283. data/test/image_test.rb +39 -0
  284. data/test/inventory_level_test.rb +59 -0
  285. data/test/lib/webmock_extensions/last_request.rb +16 -0
  286. data/test/limits_test.rb +38 -0
  287. data/test/location_test.rb +14 -0
  288. data/test/marketing_event_test.rb +68 -0
  289. data/test/message_enricher_test.rb +45 -0
  290. data/test/meta_test.rb +49 -0
  291. data/test/metafield_test.rb +46 -0
  292. data/test/order_risk_test.rb +46 -0
  293. data/test/order_test.rb +125 -0
  294. data/test/pagination_test.rb +257 -0
  295. data/test/payment_test.rb +19 -0
  296. data/test/policy_test.rb +19 -0
  297. data/test/price_rule_test.rb +65 -0
  298. data/test/product_listing_test.rb +97 -0
  299. data/test/product_publication_test.rb +40 -0
  300. data/test/product_test.rb +60 -0
  301. data/test/publication_test.rb +12 -0
  302. data/test/recurring_application_charge_test.rb +142 -0
  303. data/test/redirect_test.rb +9 -0
  304. data/test/refund_test.rb +32 -0
  305. data/test/report_test.rb +35 -0
  306. data/test/resource_feedback_test.rb +42 -0
  307. data/test/script_tag_test.rb +30 -0
  308. data/test/session_test.rb +366 -0
  309. data/test/shipping_rate_test.rb +17 -0
  310. data/test/shipping_zone_test.rb +10 -0
  311. data/test/shop_test.rb +68 -0
  312. data/test/smart_collection_test.rb +35 -0
  313. data/test/storefront_access_token_test.rb +32 -0
  314. data/test/tax_service_test.rb +9 -0
  315. data/test/tender_transaction_test.rb +18 -0
  316. data/test/test_helper.rb +124 -0
  317. data/test/transaction_test.rb +17 -0
  318. data/test/usage_charge_test.rb +21 -0
  319. data/test/user_test.rb +17 -0
  320. data/test/variant_test.rb +46 -0
  321. data/test/webhook_test.rb +21 -0
  322. metadata +541 -0
@@ -0,0 +1,11 @@
1
+ {
2
+ "product_publication": {
3
+ "id": 647162527768,
4
+ "publication_id": 55650051,
5
+ "published_at": "2018-01-29T14:06:08-05:00",
6
+ "published": true,
7
+ "created_at": "2018-01-29T14:06:08-05:00",
8
+ "updated_at": "2018-09-26T15:39:05-04:00",
9
+ "product_id": 8267093571
10
+ }
11
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "product_publications": [
3
+ {
4
+ "id": 647162527768,
5
+ "publication_id": 55650051,
6
+ "published_at": "2018-01-29T14:06:08-05:00",
7
+ "published": true,
8
+ "created_at": "2018-01-29T14:06:08-05:00",
9
+ "updated_at": "2018-09-26T15:39:05-04:00",
10
+ "product_id": 8267093571
11
+ }
12
+ ]
13
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "publications": [
3
+ {
4
+ "id": 55650051,
5
+ "created_at": "2016-05-20T13:12:10-04:00",
6
+ "name": "Buy Button"
7
+ }
8
+ ]
9
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "recurring_application_charge": {
3
+ "activated_on": null,
4
+ "api_client_id": 755357713,
5
+ "billing_on": null,
6
+ "cancelled_on": null,
7
+ "created_at": "2014-01-20T13:42:19-05:00",
8
+ "id": 654381177,
9
+ "name": "Super Duper Plan",
10
+ "price": "10.00",
11
+ "return_url": "http://super-duper.duodealerapps.com",
12
+ "status": "pending",
13
+ "test": null,
14
+ "trial_days": 0,
15
+ "trial_ends_on": null,
16
+ "terms": "$1 per 1000 emails",
17
+ "capped_amount": "100.00",
18
+ "updated_at": "2014-01-20T13:42:19-05:00",
19
+ "decorated_return_url": "http://super-duper.duodealerapps.com?charge_id=654381177",
20
+ "confirmation_url": "http://apple.duodealer.com/admin/charges/654381177/confirm_recurring_application_charge?signature=BAhpBHkQASc%3D--419fc7424f8c290ac2b21b9004ed223e35b52164"
21
+ }
22
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "recurring_application_charge": {
3
+ "update_capped_amount_url": "http://apple.duodealer.com/admin/charges/654381177/confirm_update_capped_amount?signature=BAhpBHkQASc%3D--419fc7424f8c290ac2b21b9004ed223e35b52164"
4
+ }
5
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "recurring_application_charges": [
3
+ {
4
+ "activated_on": null,
5
+ "api_client_id": 755357713,
6
+ "billing_on": "2014-01-19T00:00:00+00:00",
7
+ "cancelled_on": null,
8
+ "created_at": "2014-01-20T13:41:37-05:00",
9
+ "id": 455696194,
10
+ "name": "Super Mega Plan2",
11
+ "price": "15.00",
12
+ "return_url": "http://yourapp.com",
13
+ "status": "active",
14
+ "test": null,
15
+ "trial_days": 0,
16
+ "trial_ends_on": null,
17
+ "updated_at": "2014-01-20T13:42:20-05:00",
18
+ "decorated_return_url": "http://yourapp.com?charge_id=455696195"
19
+ },
20
+ {
21
+ "activated_on": null,
22
+ "api_client_id": 755357713,
23
+ "billing_on": "2014-01-19T00:00:00+00:00",
24
+ "cancelled_on": null,
25
+ "created_at": "2014-01-20T13:41:37-05:00",
26
+ "id": 455696195,
27
+ "name": "Super Mega Plan2",
28
+ "price": "15.00",
29
+ "return_url": "http://yourapp.com",
30
+ "status": "pending",
31
+ "test": null,
32
+ "trial_days": 0,
33
+ "trial_ends_on": null,
34
+ "updated_at": "2014-01-20T13:42:20-05:00",
35
+ "decorated_return_url": "http://yourapp.com?charge_id=455696195"
36
+ },
37
+ {
38
+ "activated_on": null,
39
+ "api_client_id": 755357713,
40
+ "billing_on": "2014-01-19T00:00:00+00:00",
41
+ "cancelled_on": null,
42
+ "created_at": "2014-01-20T13:41:37-05:00",
43
+ "id": 455696196,
44
+ "name": "Super Mega Plan3",
45
+ "price": "15.00",
46
+ "return_url": "http://yourapp.com",
47
+ "status": "cancelled",
48
+ "test": null,
49
+ "trial_days": 0,
50
+ "trial_ends_on": null,
51
+ "updated_at": "2014-01-20T13:42:20-05:00",
52
+ "decorated_return_url": "http://yourapp.com?charge_id=455696195"
53
+ },
54
+ {
55
+ "activated_on": null,
56
+ "api_client_id": 755357713,
57
+ "billing_on": "2014-01-19T00:00:00+00:00",
58
+ "cancelled_on": null,
59
+ "created_at": "2014-01-20T13:41:37-05:00",
60
+ "id": 455696197,
61
+ "name": "Super Mega Plan4",
62
+ "price": "15.00",
63
+ "return_url": "http://yourapp.com",
64
+ "status": "accepted",
65
+ "test": null,
66
+ "trial_days": 0,
67
+ "trial_ends_on": null,
68
+ "updated_at": "2014-01-20T13:42:20-05:00",
69
+ "decorated_return_url": "http://yourapp.com?charge_id=455696195"
70
+ },
71
+ {
72
+ "activated_on": null,
73
+ "api_client_id": 755357713,
74
+ "billing_on": "2014-01-19T00:00:00+00:00",
75
+ "cancelled_on": null,
76
+ "created_at": "2014-01-20T13:41:37-05:00",
77
+ "id": 455696198,
78
+ "name": "Super Mega Plan5",
79
+ "price": "15.00",
80
+ "return_url": "http://yourapp.com",
81
+ "status": "declined",
82
+ "test": null,
83
+ "trial_days": 0,
84
+ "trial_ends_on": null,
85
+ "updated_at": "2014-01-20T13:42:20-05:00",
86
+ "decorated_return_url": "http://yourapp.com?charge_id=455696195"
87
+ },
88
+ {
89
+ "activated_on": null,
90
+ "api_client_id": 755357713,
91
+ "billing_on": "2014-01-19T00:00:00+00:00",
92
+ "cancelled_on": null,
93
+ "created_at": "2014-01-20T13:41:37-05:00",
94
+ "id": 455696199,
95
+ "name": "Super Mega Plan",
96
+ "price": "15.00",
97
+ "return_url": "http://yourapp.com",
98
+ "status": "accepted",
99
+ "test": null,
100
+ "trial_days": 0,
101
+ "trial_ends_on": null,
102
+ "updated_at": "2014-01-20T13:42:20-05:00",
103
+ "decorated_return_url": "http://yourapp.com?charge_id=455696195"
104
+ }
105
+ ]
106
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "redirect": {
3
+ "id": 979034150,
4
+ "path": "\/ipod",
5
+ "target": "\/pages\/itunes"
6
+ }
7
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "refund": {
3
+ "id": 509562969,
4
+ "order_id": 450789469,
5
+ "created_at": "2016-03-22T11:15:00-04:00",
6
+ "note": "it broke during shipping",
7
+ "restock": true,
8
+ "user_id": 799407056,
9
+ "refund_line_items": [
10
+ {
11
+ "id": 104689539,
12
+ "quantity": 1,
13
+ "line_item_id": 703073504,
14
+ "line_item": {
15
+ "id": 703073504,
16
+ "variant_id": 457924702,
17
+ "title": "IPod Nano - 8gb",
18
+ "quantity": 1,
19
+ "price": "199.00",
20
+ "grams": 200,
21
+ "sku": "IPOD2008BLACK",
22
+ "variant_title": "black",
23
+ "vendor": null,
24
+ "fulfillment_service": "manual",
25
+ "product_id": 632910392,
26
+ "requires_shipping": true,
27
+ "taxable": true,
28
+ "gift_card": false,
29
+ "name": "IPod Nano - 8gb - black",
30
+ "variant_inventory_management": "duodealer",
31
+ "properties": [
32
+ ],
33
+ "product_exists": true,
34
+ "fulfillable_quantity": 1,
35
+ "total_discount": "0.00",
36
+ "fulfillment_status": null,
37
+ "tax_lines": [
38
+ {
39
+ "title": "State Tax",
40
+ "price": "3.98",
41
+ "rate": 0.06
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "id": 709875399,
48
+ "quantity": 1,
49
+ "line_item_id": 466157049,
50
+ "line_item": {
51
+ "id": 466157049,
52
+ "variant_id": 39072856,
53
+ "title": "IPod Nano - 8gb",
54
+ "quantity": 1,
55
+ "price": "199.00",
56
+ "grams": 200,
57
+ "sku": "IPOD2008GREEN",
58
+ "variant_title": "green",
59
+ "vendor": null,
60
+ "fulfillment_service": "manual",
61
+ "product_id": 632910392,
62
+ "requires_shipping": true,
63
+ "taxable": true,
64
+ "gift_card": false,
65
+ "name": "IPod Nano - 8gb - green",
66
+ "variant_inventory_management": "duodealer",
67
+ "properties": [
68
+ {
69
+ "name": "Custom Engraving Front",
70
+ "value": "Happy Birthday"
71
+ }
72
+ ],
73
+ "product_exists": true,
74
+ "fulfillable_quantity": 1,
75
+ "total_discount": "0.00",
76
+ "fulfillment_status": null,
77
+ "tax_lines": [
78
+ {
79
+ "title": "State Tax",
80
+ "price": "3.98",
81
+ "rate": 0.06
82
+ }
83
+ ]
84
+ }
85
+ }
86
+ ],
87
+ "transactions": [
88
+ {
89
+ "id": 179259969,
90
+ "order_id": 450789469,
91
+ "amount": "209.00",
92
+ "kind": "refund",
93
+ "gateway": "bogus",
94
+ "status": "success",
95
+ "message": null,
96
+ "created_at": "2005-08-05T12:59:12-04:00",
97
+ "test": false,
98
+ "authorization": "authorization-key",
99
+ "currency": "USD",
100
+ "location_id": null,
101
+ "user_id": null,
102
+ "parent_id": null,
103
+ "device_id": null,
104
+ "receipt": {},
105
+ "error_code": null,
106
+ "source_name": "web"
107
+ }
108
+ ],
109
+ "order_adjustments": [
110
+ ]
111
+ }
112
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "report": {
3
+ "id": 987,
4
+ "name": "Custom App Report",
5
+ "duodealer_ql": "SHOW quantity_count, total_sales BY product_type, vendor, product_title FROM products SINCE -1m UNTIL -0m ORDER BY total_sales DESC",
6
+ "updated_at": "2017-04-12T14:00:54-04:00",
7
+ "category": "custom_app_reports"
8
+ }
9
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "reports": [
3
+ {
4
+ "id": 987,
5
+ "name": "Custom App Report",
6
+ "duodealer_ql": "SHOW quantity_count, total_sales BY product_type, vendor, product_title FROM products SINCE -1m UNTIL -0m ORDER BY total_sales DESC",
7
+ "updated_at": "2017-04-12T14:00:54-04:00",
8
+ "category": "custom_app_reports"
9
+ }
10
+ ]
11
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "script_tags":
3
+ {
4
+ "created_at": "2014-03-07T16:14:54-05:00",
5
+ "event": "onload",
6
+ "id": 421379493,
7
+ "src": "http://js-aplenty.com/bar.js",
8
+ "updated_at": "2014-03-07T16:14:54-05:00"
9
+ }
10
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "script_tags": [
3
+ {
4
+ "created_at": "2014-03-07T16:14:54-05:00",
5
+ "event": "onload",
6
+ "id": 421379493,
7
+ "src": "http://js-aplenty.com/bar.js",
8
+ "updated_at": "2014-03-07T16:14:54-05:00"
9
+ },
10
+ {
11
+ "created_at": "2014-03-07T16:14:54-05:00",
12
+ "event": "onload",
13
+ "id": 596726825,
14
+ "src": "http://js-aplenty.com/foo.js",
15
+ "updated_at": "2014-03-07T16:14:54-05:00"
16
+ }
17
+ ]
18
+ }
@@ -0,0 +1,12 @@
1
+ [
2
+ {
3
+ "id": "canada_post-INT.TP.BOGUS-4.00",
4
+ "price": "4.00",
5
+ "title": "Small Packet International Air Bogus"
6
+ },
7
+ {
8
+ "id": "canada_post-INT.TP.BOGUS-8.00",
9
+ "price": "8.00",
10
+ "title": "Medium Packet International Air Bogus"
11
+ }
12
+ ]
@@ -0,0 +1,315 @@
1
+ {
2
+ "shipping_zones": [
3
+ {
4
+ "id": 1,
5
+ "name": "Canada",
6
+ "countries": [
7
+ {
8
+ "id": 189,
9
+ "name": "Canada",
10
+ "tax": 0,
11
+ "code": "CA",
12
+ "tax_name": "GST",
13
+ "provinces": [
14
+ {
15
+ "id": 1,
16
+ "country_id": 189,
17
+ "name": "Alberta",
18
+ "code": "AB",
19
+ "tax": 0,
20
+ "tax_name": "PST",
21
+ "tax_type": null,
22
+ "shipping_zone_id": 1,
23
+ "tax_percentage": 0
24
+ },
25
+ {
26
+ "id": 2,
27
+ "country_id": 189,
28
+ "name": "British Columbia",
29
+ "code": "BC",
30
+ "tax": 0,
31
+ "tax_name": "PST",
32
+ "tax_type": null,
33
+ "shipping_zone_id": 1,
34
+ "tax_percentage": 0
35
+ },
36
+ {
37
+ "id": 9,
38
+ "country_id": 189,
39
+ "name": "Ontario",
40
+ "code": "ON",
41
+ "tax": 0,
42
+ "tax_name": "HST",
43
+ "tax_type": "harmonized",
44
+ "shipping_zone_id": 1,
45
+ "tax_percentage": 0
46
+ },
47
+ {
48
+ "id": 11,
49
+ "country_id": 189,
50
+ "name": "Quebec",
51
+ "code": "QC",
52
+ "tax": 0,
53
+ "tax_name": "QST",
54
+ "tax_type": null,
55
+ "shipping_zone_id": 1,
56
+ "tax_percentage": 0
57
+ }
58
+ ]
59
+ }
60
+ ],
61
+ "weight_based_shipping_rates": [
62
+ {
63
+ "id": 1,
64
+ "weight_low": 0,
65
+ "weight_high": 55.12,
66
+ "name": "Lighter items",
67
+ "price": "10.00",
68
+ "shipping_zone_id": 1
69
+ }
70
+ ],
71
+ "price_based_shipping_rates": [
72
+ {
73
+ "id": 1,
74
+ "name": "Cheaper items",
75
+ "min_order_subtotal": "0.00",
76
+ "price": "100.00",
77
+ "max_order_subtotal": "50.00",
78
+ "shipping_zone_id": 1
79
+ }
80
+ ],
81
+ "carrier_shipping_rate_providers": [
82
+ {
83
+ "id": 81,
84
+ "country_id": null,
85
+ "carrier_service_id": 15,
86
+ "percent_modifier": 1,
87
+ "service_filter": {
88
+ "*": "+"
89
+ },
90
+ "flat_modifier": "0.00",
91
+ "shipping_zone_id": 1
92
+ },
93
+ {
94
+ "id": 454,
95
+ "country_id": null,
96
+ "carrier_service_id": 17,
97
+ "percent_modifier": 0,
98
+ "service_filter": {
99
+ "*": "+"
100
+ },
101
+ "flat_modifier": "0.00",
102
+ "shipping_zone_id": 1
103
+ },
104
+ {
105
+ "id": 457,
106
+ "country_id": null,
107
+ "carrier_service_id": 21,
108
+ "percent_modifier": 0,
109
+ "service_filter": {
110
+ "*": "+"
111
+ },
112
+ "flat_modifier": "0.00",
113
+ "shipping_zone_id": 1
114
+ },
115
+ {
116
+ "id": 460,
117
+ "country_id": null,
118
+ "carrier_service_id": 22,
119
+ "percent_modifier": 0,
120
+ "service_filter": {
121
+ "*": "+"
122
+ },
123
+ "flat_modifier": "0.00",
124
+ "shipping_zone_id": 1
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "id": 2,
130
+ "name": "US",
131
+ "countries": [
132
+ {
133
+ "id": 190,
134
+ "name": "United States",
135
+ "tax": 0,
136
+ "code": "US",
137
+ "tax_name": "Federal Tax",
138
+ "provinces": [
139
+ {
140
+ "id": 58,
141
+ "country_id": 190,
142
+ "name": "Puerto Rico",
143
+ "code": "PR",
144
+ "tax": 0,
145
+ "tax_name": "State Tax",
146
+ "tax_type": null,
147
+ "shipping_zone_id": 2,
148
+ "tax_percentage": 0
149
+ },
150
+ {
151
+ "id": 67,
152
+ "country_id": 190,
153
+ "name": "Washington",
154
+ "code": "WA",
155
+ "tax": 0,
156
+ "tax_name": "State Tax",
157
+ "tax_type": null,
158
+ "shipping_zone_id": 2,
159
+ "tax_percentage": 0
160
+ },
161
+ {
162
+ "id": 70,
163
+ "country_id": 190,
164
+ "name": "Wisconsin",
165
+ "code": "WI",
166
+ "tax": 0,
167
+ "tax_name": "State Tax",
168
+ "tax_type": null,
169
+ "shipping_zone_id": 2,
170
+ "tax_percentage": 0
171
+ },
172
+ {
173
+ "id": 71,
174
+ "country_id": 190,
175
+ "name": "Wyoming",
176
+ "code": "WY",
177
+ "tax": 0,
178
+ "tax_name": "State Tax",
179
+ "tax_type": null,
180
+ "shipping_zone_id": 2,
181
+ "tax_percentage": 0
182
+ }
183
+ ]
184
+ }
185
+ ],
186
+ "weight_based_shipping_rates": [
187
+
188
+ ],
189
+ "price_based_shipping_rates": [
190
+
191
+ ],
192
+ "carrier_shipping_rate_providers": [
193
+ {
194
+ "id": 455,
195
+ "country_id": null,
196
+ "carrier_service_id": 17,
197
+ "percent_modifier": 0,
198
+ "service_filter": {
199
+ "*": "+"
200
+ },
201
+ "flat_modifier": "0.00",
202
+ "shipping_zone_id": 2
203
+ },
204
+ {
205
+ "id": 458,
206
+ "country_id": null,
207
+ "carrier_service_id": 21,
208
+ "percent_modifier": 0,
209
+ "service_filter": {
210
+ "*": "+"
211
+ },
212
+ "flat_modifier": "0.00",
213
+ "shipping_zone_id": 2
214
+ },
215
+ {
216
+ "id": 461,
217
+ "country_id": null,
218
+ "carrier_service_id": 22,
219
+ "percent_modifier": 0,
220
+ "service_filter": {
221
+ "*": "+"
222
+ },
223
+ "flat_modifier": "0.00",
224
+ "shipping_zone_id": 2
225
+ },
226
+ {
227
+ "id": 475,
228
+ "country_id": null,
229
+ "carrier_service_id": 15,
230
+ "percent_modifier": 0,
231
+ "service_filter": {
232
+ "*": "+"
233
+ },
234
+ "flat_modifier": "0.00",
235
+ "shipping_zone_id": 2
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "id": 7,
241
+ "name": "UK",
242
+ "countries": [
243
+ {
244
+ "id": 195,
245
+ "name": "United Kingdom",
246
+ "tax": 0,
247
+ "code": "GB",
248
+ "tax_name": "VAT",
249
+ "provinces": [
250
+
251
+ ]
252
+ }
253
+ ],
254
+ "weight_based_shipping_rates": [
255
+
256
+ ],
257
+ "price_based_shipping_rates": [
258
+ {
259
+ "id": 2,
260
+ "name": "Some name",
261
+ "min_order_subtotal": "0.00",
262
+ "price": "30.00",
263
+ "max_order_subtotal": "29.99",
264
+ "shipping_zone_id": 7
265
+ }
266
+ ],
267
+ "carrier_shipping_rate_providers": [
268
+ {
269
+ "id": 456,
270
+ "country_id": null,
271
+ "carrier_service_id": 17,
272
+ "percent_modifier": 0,
273
+ "service_filter": {
274
+ "*": "+"
275
+ },
276
+ "flat_modifier": "0.00",
277
+ "shipping_zone_id": 7
278
+ },
279
+ {
280
+ "id": 459,
281
+ "country_id": null,
282
+ "carrier_service_id": 21,
283
+ "percent_modifier": 0,
284
+ "service_filter": {
285
+ "*": "+"
286
+ },
287
+ "flat_modifier": "0.00",
288
+ "shipping_zone_id": 7
289
+ },
290
+ {
291
+ "id": 462,
292
+ "country_id": null,
293
+ "carrier_service_id": 22,
294
+ "percent_modifier": 0,
295
+ "service_filter": {
296
+ "*": "+"
297
+ },
298
+ "flat_modifier": "0.00",
299
+ "shipping_zone_id": 7
300
+ },
301
+ {
302
+ "id": 476,
303
+ "country_id": null,
304
+ "carrier_service_id": 15,
305
+ "percent_modifier": 0,
306
+ "service_filter": {
307
+ "*": "+"
308
+ },
309
+ "flat_modifier": "0.00",
310
+ "shipping_zone_id": 7
311
+ }
312
+ ]
313
+ }
314
+ ]
315
+ }