workarea-api 4.5.0 → 4.5.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (238) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +103 -0
  3. data/Gemfile +1 -3
  4. data/README.md +1 -1
  5. data/Rakefile +15 -14
  6. data/admin/app/controllers/workarea/api/admin/recommendation_settings_controller.rb +1 -1
  7. data/admin/app/models/workarea/api/admin/date_filtering.rb +0 -3
  8. data/admin/lib/workarea/api/admin.rb +1 -0
  9. data/admin/lib/workarea/api/admin/date_indexes.rb +23 -0
  10. data/admin/lib/workarea/api/admin/engine.rb +2 -0
  11. data/admin/test/integration/workarea/api/admin/recommendation_settings_integration_test.rb +14 -0
  12. data/admin/workarea-api-admin.gemspec +2 -2
  13. data/doc/api/admin/categories/bulk_upserting_categories.json +5 -5
  14. data/doc/api/admin/categories/creating_a_category.json +7 -7
  15. data/doc/api/admin/categories/listing_categories.json +4 -4
  16. data/doc/api/admin/categories/removing_a_category.json +5 -5
  17. data/doc/api/admin/categories/showing_a_category.json +6 -6
  18. data/doc/api/admin/categories/updating_a_category.json +6 -6
  19. data/doc/api/admin/category_product_rules/creating_a_category_product_rule.json +7 -7
  20. data/doc/api/admin/category_product_rules/listing_category_product_rules.json +6 -6
  21. data/doc/api/admin/category_product_rules/removing_a_category_product_rule.json +5 -5
  22. data/doc/api/admin/category_product_rules/updating_a_category_product_rule.json +5 -5
  23. data/doc/api/admin/content/bulk_upserting_content.json +5 -5
  24. data/doc/api/admin/content/creating_content.json +7 -7
  25. data/doc/api/admin/content/listing_content.json +4 -4
  26. data/doc/api/admin/content/showing_content.json +6 -6
  27. data/doc/api/admin/content/updating_content.json +5 -5
  28. data/doc/api/admin/content_assets/bulk_upserting_content_assets.json +5 -5
  29. data/doc/api/admin/content_assets/creating_a_content_asset.json +7 -7
  30. data/doc/api/admin/content_assets/listing_content_assets.json +4 -4
  31. data/doc/api/admin/content_assets/removing_a_content_asset.json +5 -5
  32. data/doc/api/admin/content_assets/showing_a_content_asset.json +6 -6
  33. data/doc/api/admin/content_assets/updating_a_content_asset.json +6 -6
  34. data/doc/api/admin/discounts/creating_a_discount.json +7 -7
  35. data/doc/api/admin/discounts/listing_discounts.json +4 -4
  36. data/doc/api/admin/discounts/removing_a_discount.json +5 -5
  37. data/doc/api/admin/discounts/showing_a_discount.json +6 -6
  38. data/doc/api/admin/discounts/updating_discounts.json +5 -5
  39. data/doc/api/admin/email_signups/listing_email_signups.json +4 -4
  40. data/doc/api/admin/email_signups/showing_an_email_signup_by_email.json +47 -0
  41. data/doc/api/admin/email_signups/showing_an_email_signup_by_id.json +47 -0
  42. data/doc/api/admin/fulfillment/listing_fulfillments.json +4 -4
  43. data/doc/api/admin/fulfillment/marking_items_as_canceled.json +6 -6
  44. data/doc/api/admin/fulfillment/marking_items_as_shipped.json +6 -6
  45. data/doc/api/admin/fulfillment/showing_fulfillment.json +4 -4
  46. data/doc/api/admin/global_functionality/dealing_with_locales.json +86 -0
  47. data/doc/api/admin/global_functionality/filtering_by_created_at_time_stamp.json +56 -0
  48. data/doc/api/admin/global_functionality/filtering_by_updated_time_stamp.json +56 -0
  49. data/doc/api/admin/global_functionality/paging_results.json +51 -0
  50. data/doc/api/admin/global_functionality/retrieving_addtional_pages_of_results.json +51 -0
  51. data/doc/api/admin/global_functionality/sorting_results.json +56 -0
  52. data/doc/api/admin/inventory_skus/bulk_upserting_inventory_skus.json +5 -5
  53. data/doc/api/admin/inventory_skus/creating_an_inventory_sku.json +6 -6
  54. data/doc/api/admin/inventory_skus/listing_inventory_skus.json +4 -4
  55. data/doc/api/admin/inventory_skus/removing_an_inventory_sku.json +3 -3
  56. data/doc/api/admin/inventory_skus/showing_an_inventory_sku.json +4 -4
  57. data/doc/api/admin/inventory_skus/updating_an_inventory_sku.json +3 -3
  58. data/doc/api/admin/navigation_menus/creating_a_menu.json +7 -7
  59. data/doc/api/admin/navigation_menus/listing_menus.json +4 -4
  60. data/doc/api/admin/navigation_menus/removing_a_navigation_menu.json +5 -5
  61. data/doc/api/admin/navigation_menus/showing_a_navigation_menu.json +6 -6
  62. data/doc/api/admin/navigation_menus/updating_a_navigation_menus.json +5 -5
  63. data/doc/api/admin/navigation_taxonomy/bulk_upserting_navigation_taxons.json +5 -5
  64. data/doc/api/admin/navigation_taxonomy/creating_a_taxon.json +7 -7
  65. data/doc/api/admin/navigation_taxonomy/listing_taxons.json +4 -4
  66. data/doc/api/admin/navigation_taxonomy/removing_a_navigation_taxon.json +5 -5
  67. data/doc/api/admin/navigation_taxonomy/showing_a_navigation_taxon.json +6 -6
  68. data/doc/api/admin/navigation_taxonomy/updating_a_navigation_taxons.json +5 -5
  69. data/doc/api/admin/orders/listing_orders.json +4 -4
  70. data/doc/api/admin/orders/showing_an_order.json +5 -5
  71. data/doc/api/admin/orders/viewing_orders_by_date_range.json +76 -0
  72. data/doc/api/admin/pages/bulk_upserting_pages.json +5 -5
  73. data/doc/api/admin/pages/creating_a_page.json +7 -7
  74. data/doc/api/admin/pages/listing_pages.json +4 -4
  75. data/doc/api/admin/pages/removing_a_page.json +5 -5
  76. data/doc/api/admin/pages/showing_a_page.json +6 -6
  77. data/doc/api/admin/pages/updating_a_page.json +6 -6
  78. data/doc/api/admin/payment_profiles/bulk_upserting_payment_profiles.json +5 -5
  79. data/doc/api/admin/payment_profiles/creating_a_payment_profile.json +7 -7
  80. data/doc/api/admin/payment_profiles/listing_payment_profiles.json +4 -4
  81. data/doc/api/admin/payment_profiles/removing_a_payment_profile.json +5 -5
  82. data/doc/api/admin/payment_profiles/showing_a_payment_profile.json +6 -6
  83. data/doc/api/admin/payment_profiles/updating_a_payment_profiles.json +5 -5
  84. data/doc/api/admin/payment_transactions/listing_payment_transactions.json +4 -4
  85. data/doc/api/admin/payment_transactions/showing_a_payment_transaction.json +6 -6
  86. data/doc/api/admin/payments/listing_payments.json +4 -4
  87. data/doc/api/admin/payments/showing_an_payment.json +4 -4
  88. data/doc/api/admin/prices/creating_a_pricing_sku_price.json +4 -4
  89. data/doc/api/admin/prices/listing_pricing_sku_prices.json +4 -4
  90. data/doc/api/admin/prices/removing_a_pricing_sku_price.json +5 -5
  91. data/doc/api/admin/prices/updating_a_pricing_sku_price.json +5 -5
  92. data/doc/api/admin/pricing_skus/bulk_upserting_pricing_skus.json +5 -5
  93. data/doc/api/admin/pricing_skus/creating_an_pricing_sku.json +6 -6
  94. data/doc/api/admin/pricing_skus/listing_pricing_skus.json +4 -4
  95. data/doc/api/admin/pricing_skus/removing_an_pricing_sku.json +3 -3
  96. data/doc/api/admin/pricing_skus/showing_an_pricing_sku.json +4 -4
  97. data/doc/api/admin/pricing_skus/updating_an_pricing_sku.json +3 -3
  98. data/doc/api/admin/product_images/creating_a_product_image_from_base64.json +7 -7
  99. data/doc/api/admin/product_images/creating_a_product_image_from_url.json +7 -7
  100. data/doc/api/admin/product_images/listing_product_images.json +7 -7
  101. data/doc/api/admin/product_images/removing_a_product_image.json +5 -5
  102. data/doc/api/admin/product_images/updating_a_product_image.json +5 -5
  103. data/doc/api/admin/products/bulk_upserting_products.json +5 -5
  104. data/doc/api/admin/products/creating_a_product.json +7 -7
  105. data/doc/api/admin/products/listing_products.json +4 -4
  106. data/doc/api/admin/products/removing_a_product.json +5 -5
  107. data/doc/api/admin/products/showing_a_product.json +6 -6
  108. data/doc/api/admin/products/updating_a_product.json +6 -6
  109. data/doc/api/admin/promo_code_lists/bulk_upserting_promo_code_lists.json +5 -5
  110. data/doc/api/admin/promo_code_lists/creating_a_promo_code_list.json +7 -7
  111. data/doc/api/admin/promo_code_lists/listing_promo_code_lists.json +4 -4
  112. data/doc/api/admin/promo_code_lists/removing_a_promo_code_list.json +5 -5
  113. data/doc/api/admin/promo_code_lists/showing_a_promo_code_list.json +6 -6
  114. data/doc/api/admin/promo_code_lists/updating_a_promo_code_list.json +5 -5
  115. data/doc/api/admin/recommendation_settings/showing_recommendation_settings.json +6 -6
  116. data/doc/api/admin/recommendation_settings/updating_recommendation_settings.json +5 -5
  117. data/doc/api/admin/redirects/bulk_upserting_redirects.json +5 -5
  118. data/doc/api/admin/redirects/creating_a_redirect.json +7 -7
  119. data/doc/api/admin/redirects/listing_redirects.json +4 -4
  120. data/doc/api/admin/redirects/removing_a_redirect.json +5 -5
  121. data/doc/api/admin/redirects/showing_a_redirect.json +6 -6
  122. data/doc/api/admin/redirects/updating_a_redirects.json +5 -5
  123. data/doc/api/admin/release_changes/adding_changes_to_a_release.json +6 -6
  124. data/doc/api/admin/releases/bulk_upserting_releases.json +5 -5
  125. data/doc/api/admin/releases/creating_a_release.json +7 -7
  126. data/doc/api/admin/releases/listing_releases.json +4 -4
  127. data/doc/api/admin/releases/removing_a_release.json +5 -5
  128. data/doc/api/admin/releases/showing_a_release.json +6 -6
  129. data/doc/api/admin/releases/updating_a_release.json +6 -6
  130. data/doc/api/admin/saved_addresses/creating_a_saved_address.json +7 -7
  131. data/doc/api/admin/saved_addresses/listing_saved_address.json +6 -6
  132. data/doc/api/admin/saved_addresses/removing_a_saved_address.json +5 -5
  133. data/doc/api/admin/saved_addresses/updating_a_saved_address.json +5 -5
  134. data/doc/api/admin/saved_credit_cards/creating_a_saved_credit_card.json +8 -8
  135. data/doc/api/admin/saved_credit_cards/listing_saved_credit_cards.json +6 -6
  136. data/doc/api/admin/saved_credit_cards/removing_a_saved_credit_card.json +5 -5
  137. data/doc/api/admin/saved_credit_cards/updating_a_saved_credit_card.json +5 -5
  138. data/doc/api/admin/shipping/listing_shipments.json +4 -4
  139. data/doc/api/admin/shipping/showing_a_shipment.json +6 -6
  140. data/doc/api/admin/shipping_rates/creating_a_shipping_rate.json +7 -7
  141. data/doc/api/admin/shipping_rates/listing_shipping_rates.json +6 -6
  142. data/doc/api/admin/shipping_rates/removing_a_shipping_rate.json +5 -5
  143. data/doc/api/admin/shipping_rates/updating_a_shipping_rate.json +5 -5
  144. data/doc/api/admin/shipping_services/bulk_upserting_shipping_services.json +5 -5
  145. data/doc/api/admin/shipping_services/creating_a_shipping_service.json +7 -7
  146. data/doc/api/admin/shipping_services/listing_shipping_services.json +4 -4
  147. data/doc/api/admin/shipping_services/removing_a_shipping_service.json +5 -5
  148. data/doc/api/admin/shipping_services/showing_a_shipping_service.json +7 -7
  149. data/doc/api/admin/shipping_services/updating_a_shipping_service.json +6 -6
  150. data/doc/api/admin/tax_categories/bulk_upserting_tax_categories.json +5 -5
  151. data/doc/api/admin/tax_categories/creating_a_tax_category.json +7 -7
  152. data/doc/api/admin/tax_categories/listing_tax_categories.json +5 -5
  153. data/doc/api/admin/tax_categories/removing_a_tax_category.json +5 -5
  154. data/doc/api/admin/tax_categories/showing_a_tax_category.json +7 -7
  155. data/doc/api/admin/tax_categories/updating_a_tax_categories.json +5 -5
  156. data/doc/api/admin/tax_rates/creating_a_tax_rate.json +8 -8
  157. data/doc/api/admin/tax_rates/listing_tax_rates.json +6 -6
  158. data/doc/api/admin/tax_rates/removing_a_tax_rate.json +5 -5
  159. data/doc/api/admin/tax_rates/updating_a_tax_rate.json +5 -5
  160. data/doc/api/admin/users/bulk_upserting_users.json +5 -5
  161. data/doc/api/admin/users/creating_a_user.json +7 -7
  162. data/doc/api/admin/users/listing_users.json +4 -4
  163. data/doc/api/admin/users/removing_a_user.json +5 -5
  164. data/doc/api/admin/users/showing_a_user_by_email.json +47 -0
  165. data/doc/api/admin/users/showing_a_user_by_id.json +47 -0
  166. data/doc/api/admin/users/updating_a_user.json +6 -6
  167. data/doc/api/admin/variants/creating_a_product_variant.json +6 -6
  168. data/doc/api/admin/variants/listing_product_variants.json +7 -7
  169. data/doc/api/admin/variants/removing_a_product_variant.json +5 -5
  170. data/doc/api/admin/variants/updating_a_product_variant.json +5 -5
  171. data/doc/api/storefront/accounts/creating_an_account.json +4 -4
  172. data/doc/api/storefront/accounts/getting_account_details.json +7 -7
  173. data/doc/api/storefront/accounts/updating_an_account.json +7 -7
  174. data/doc/api/storefront/analytics/saving_a_category_view.json +3 -3
  175. data/doc/api/storefront/analytics/saving_a_product_view.json +3 -3
  176. data/doc/api/storefront/analytics/saving_a_search.json +3 -3
  177. data/doc/api/storefront/assets/showing_an_asset.json +6 -6
  178. data/doc/api/storefront/authentication/creating_an_authentication_token.json +6 -6
  179. data/doc/api/storefront/authentication/refreshing_an_authentication_token.json +6 -6
  180. data/doc/api/storefront/authentication/using_an_authentication_token.json +6 -6
  181. data/doc/api/storefront/cart/adding_a_promo_code.json +7 -7
  182. data/doc/api/storefront/cart/adding_an_item.json +7 -7
  183. data/doc/api/storefront/cart/creating_a_new_cart_for_a_user.json +6 -6
  184. data/doc/api/storefront/cart/creating_a_new_guest_cart.json +4 -4
  185. data/doc/api/storefront/cart/delete_an_item.json +7 -7
  186. data/doc/api/storefront/cart/listing_user_s_carts.json +6 -6
  187. data/doc/api/storefront/cart/showing_cart.json +7 -7
  188. data/doc/api/storefront/cart/updating_an_item.json +7 -7
  189. data/doc/api/storefront/categories/showing_a_category.json +5 -5
  190. data/doc/api/storefront/categories/showing_a_listing_of_categories.json +5 -5
  191. data/doc/api/storefront/checkout/completing_a_checkout.json +7 -7
  192. data/doc/api/storefront/checkout/failure_to_update_a_checkout.json +52 -0
  193. data/doc/api/storefront/checkout/showing_a_checkout.json +6 -6
  194. data/doc/api/storefront/checkout/updating_a_checkout.json +6 -6
  195. data/doc/api/storefront/contacts/creating_a_contact.json +4 -4
  196. data/doc/api/storefront/email_signups/creating_an_email_signup.json +4 -4
  197. data/doc/api/storefront/email_signups/showing_an_email_signup_content.json +4 -4
  198. data/doc/api/storefront/index.json +7 -0
  199. data/doc/api/storefront/menus/listing_menus.json +5 -5
  200. data/doc/api/storefront/menus/showing_a_menu.json +7 -7
  201. data/doc/api/storefront/orders/listing_the_user_s_orders.json +6 -6
  202. data/doc/api/storefront/orders/showing_an_order.json +7 -7
  203. data/doc/api/storefront/pages/showing_a_page.json +5 -5
  204. data/doc/api/storefront/password_resets/sending_a_forgot_password_email.json +5 -5
  205. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_a_session_id.json +8 -8
  206. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_authentication.json +6 -6
  207. data/doc/api/storefront/products/showing_a_product.json +5 -5
  208. data/doc/api/storefront/products/showing_a_product_with_a_specific_sku_selected.json +5 -5
  209. data/doc/api/storefront/recent_views/showing_recent_views_from_authentication.json +6 -6
  210. data/doc/api/storefront/recent_views/showing_recent_views_with_a_session_id.json +7 -7
  211. data/doc/api/storefront/recent_views/updating_recent_views_with_a_session_id.json +3 -3
  212. data/doc/api/storefront/recent_views/updating_recent_views_with_authentication.json +5 -5
  213. data/doc/api/storefront/saved_addresses/creating_a_saved_address.json +6 -6
  214. data/doc/api/storefront/saved_addresses/deleting_a_saved_address.json +6 -6
  215. data/doc/api/storefront/saved_addresses/listing_the_user_s_saved_addresses.json +6 -6
  216. data/doc/api/storefront/saved_addresses/showing_a_saved_address.json +7 -7
  217. data/doc/api/storefront/saved_addresses/updating_a_saved_address.json +7 -7
  218. data/doc/api/storefront/saved_credit_cards/creating_a_saved_credit_card.json +7 -7
  219. data/doc/api/storefront/saved_credit_cards/deleting_a_saved_credit_card.json +6 -6
  220. data/doc/api/storefront/saved_credit_cards/listing_the_user_s_saved_credit_cards.json +6 -6
  221. data/doc/api/storefront/saved_credit_cards/showing_a_saved_credit_card.json +7 -7
  222. data/doc/api/storefront/saved_credit_cards/updating_a_saved_credit_card.json +8 -8
  223. data/doc/api/storefront/searches/showing_search_autocomplete_suggestions.json +4 -4
  224. data/doc/api/storefront/searches/showing_search_results.json +5 -5
  225. data/doc/api/storefront/segmentation/specifying_session_count_for_segmentation.json +10 -10
  226. data/doc/api/storefront/segmentation/using_session_ids_for_segmenting_non_authenticated_users.json +10 -10
  227. data/doc/api/storefront/system_content/showing_system_content.json +5 -5
  228. data/doc/api/storefront/system_content/showing_the_home_page.json +5 -5
  229. data/doc/api/storefront/taxons/showing_a_taxon.json +7 -7
  230. data/doc/api/storefront/validation_errors/checkout_validation_errors.json +8 -8
  231. data/doc/api/storefront/validation_errors/general_validation_errors.json +2 -2
  232. data/lib/tasks/docs.rake +20 -0
  233. data/lib/workarea/api/version.rb +1 -1
  234. data/storefront/test/documentation/workarea/api/storefront/checkouts_documentation_test.rb +21 -0
  235. data/storefront/test/documentation/workarea/api/storefront/validation_documentation_test.rb +1 -1
  236. data/storefront/workarea-api-storefront.gemspec +2 -2
  237. data/workarea-api.gemspec +1 -1
  238. metadata +23 -9
@@ -25,10 +25,10 @@
25
25
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:54:31 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:54:13 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "071e941e-2a4b-4fe1-aa9a-40c62ded3ce5",
31
- "X-Runtime": "0.343653",
30
+ "X-Request-Id": "3d7a3492-f612-451d-8412-fafeee3c5c4c",
31
+ "X-Runtime": "0.376294",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "306"
@@ -39,7 +39,7 @@
39
39
  "request_content_type": "application/json",
40
40
  "response_status": 200,
41
41
  "response_status_text": "OK",
42
- "response_body": "{\n \"account\": {\n \"id\": \"5dddc9471241596aa5205386\",\n \"email\": \"bob@workarea.com\",\n \"public_info\": null,\n \"first_name\": null,\n \"last_name\": null,\n \"updated_at\": \"2019-11-27T00:54:31.652Z\",\n \"created_at\": \"2019-11-27T00:54:31.652Z\"\n },\n \"authentication_token\": {\n \"token\": \"fLtUyr7oex9HyqfQ31s2GkpK\",\n \"expires_at\": \"2019-12-04T00:54:31.730Z\"\n }\n}",
42
+ "response_body": "{\n \"account\": {\n \"id\": \"5f3d2f050218236e938cec10\",\n \"email\": \"bob@workarea.com\",\n \"public_info\": null,\n \"first_name\": null,\n \"last_name\": null,\n \"updated_at\": \"2020-08-19T13:54:13.160Z\",\n \"created_at\": \"2020-08-19T13:54:13.160Z\"\n },\n \"authentication_token\": {\n \"token\": \"gBk8yfXKqZYG6C7TtPhSJauV\",\n \"expires_at\": \"2020-08-26T13:54:13.273Z\"\n }\n}",
43
43
  "response_content_type": "application/json",
44
44
  "curl": "curl \"https://www.example.com/api/storefront/account\" -d '{\"email\":\"bob@workarea.com\",\"password\":\"areallysecurepassword\"}' -X POST \\\n\t-H \"Content-Type: application/json\""
45
45
  }
@@ -8,7 +8,7 @@
8
8
  "requests": [
9
9
  {
10
10
  "request_headers": {
11
- "Authorization": "Token token=\"yqyMatgUo3pmh8VHqSwjH9Q3\""
11
+ "Authorization": "Token token=\"GD5pkTi2SYRRSvQ5jRUYDdj9\""
12
12
  },
13
13
  "request_query_parameters": {
14
14
  },
@@ -25,13 +25,13 @@
25
25
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:54:29 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:54:14 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "b3dc7314-e50d-4396-a576-e55819566e8e",
31
- "X-Runtime": "0.003202",
30
+ "X-Request-Id": "4cda8dea-e8fc-4560-b0e1-43e20366c3ba",
31
+ "X-Runtime": "0.002755",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
- "Content-Length": "202"
34
+ "Content-Length": "201"
35
35
  },
36
36
  "request_method": "GET",
37
37
  "request_path": "/api/storefront/account",
@@ -39,9 +39,9 @@
39
39
  "request_content_type": null,
40
40
  "response_status": 200,
41
41
  "response_status_text": "OK",
42
- "response_body": "{\n \"id\": \"5dddc9451241596aa5205381\",\n \"email\": \"user55@workarea.com\",\n \"public_info\": \"BC\",\n \"first_name\": \"Ben\",\n \"last_name\": \"Crouse\",\n \"updated_at\": \"2019-11-27T00:54:29.765Z\",\n \"created_at\": \"2019-11-27T00:54:29.765Z\"\n}",
42
+ "response_body": "{\n \"id\": \"5f3d2f060218236e938cec15\",\n \"email\": \"user3@workarea.com\",\n \"public_info\": \"BC\",\n \"first_name\": \"Ben\",\n \"last_name\": \"Crouse\",\n \"updated_at\": \"2020-08-19T13:54:14.244Z\",\n \"created_at\": \"2020-08-19T13:54:14.244Z\"\n}",
43
43
  "response_content_type": "application/json",
44
- "curl": "curl -g \"https://www.example.com/api/storefront/account\" -X GET \\\n\t-H \"Authorization: Token token=\\\"yqyMatgUo3pmh8VHqSwjH9Q3\\\"\""
44
+ "curl": "curl -g \"https://www.example.com/api/storefront/account\" -X GET \\\n\t-H \"Authorization: Token token=\\\"GD5pkTi2SYRRSvQ5jRUYDdj9\\\"\""
45
45
  }
46
46
  ],
47
47
  "resource": "Accounts",
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "request_headers": {
11
11
  "Content-Type": "application/json",
12
- "Authorization": "Token token=\"bzriwTKpVj44uzWbXRedzDx6\"",
12
+ "Authorization": "Token token=\"Zg19nFTAYbkaZMA8HBuTRgga\"",
13
13
  "X-Http-Method-Override": "GET"
14
14
  },
15
15
  "request_query_parameters": {
@@ -27,13 +27,13 @@
27
27
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
28
28
  "X-Requested-With": "",
29
29
  "Vary": "X-Requested-With, X-Workarea-Segments",
30
- "Last-Modified": "Wed, 27 Nov 2019 00:54:28 GMT",
30
+ "Last-Modified": "Wed, 19 Aug 2020 13:54:12 GMT",
31
31
  "Cache-Control": "no-cache, no-store, must-revalidate",
32
- "X-Request-Id": "b4f6c0e4-a095-46ac-b0ca-0fa3aab3fb43",
33
- "X-Runtime": "0.003646",
32
+ "X-Request-Id": "cf633169-0ab5-4b73-8306-dd94cb27f37d",
33
+ "X-Runtime": "0.008134",
34
34
  "X-Workarea-Segments": "",
35
35
  "Expires": "0",
36
- "Content-Length": "202"
36
+ "Content-Length": "201"
37
37
  },
38
38
  "request_method": "POST",
39
39
  "request_path": "/api/storefront/account",
@@ -41,9 +41,9 @@
41
41
  "request_content_type": "application/json",
42
42
  "response_status": 200,
43
43
  "response_status_text": "OK",
44
- "response_body": "{\n \"id\": \"5dddc9441241596aa520537c\",\n \"email\": \"user54@workarea.com\",\n \"public_info\": \"BC\",\n \"first_name\": \"Ben\",\n \"last_name\": \"Crouse\",\n \"updated_at\": \"2019-11-27T00:54:28.601Z\",\n \"created_at\": \"2019-11-27T00:54:28.601Z\"\n}",
44
+ "response_body": "{\n \"id\": \"5f3d2f040218236e938cec0b\",\n \"email\": \"user2@workarea.com\",\n \"public_info\": \"BC\",\n \"first_name\": \"Ben\",\n \"last_name\": \"Crouse\",\n \"updated_at\": \"2020-08-19T13:54:12.031Z\",\n \"created_at\": \"2020-08-19T13:54:12.031Z\"\n}",
45
45
  "response_content_type": "application/json",
46
- "curl": "curl \"https://www.example.com/api/storefront/account\" -d '{\"email\":\"billy@workarea.com\",\"password\":\"adifferentbutstillreallysecurepassword\"}' -X POST \\\n\t-H \"Content-Type: application/json\" \\\n\t-H \"Authorization: Token token=\\\"bzriwTKpVj44uzWbXRedzDx6\\\"\" \\\n\t-H \"X-Http-Method-Override: GET\""
46
+ "curl": "curl \"https://www.example.com/api/storefront/account\" -d '{\"email\":\"billy@workarea.com\",\"password\":\"adifferentbutstillreallysecurepassword\"}' -X POST \\\n\t-H \"Content-Type: application/json\" \\\n\t-H \"Authorization: Token token=\\\"Zg19nFTAYbkaZMA8HBuTRgga\\\"\" \\\n\t-H \"X-Http-Method-Override: GET\""
47
47
  }
48
48
  ],
49
49
  "resource": "Accounts",
@@ -25,10 +25,10 @@
25
25
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:49:49 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:56:51 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "73bac380-722e-4218-821c-f2f8f54b16ba",
31
- "X-Runtime": "0.003717",
30
+ "X-Request-Id": "53e82268-3969-4e7e-b6e2-224b30086260",
31
+ "X-Runtime": "0.007225",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "0"
@@ -25,10 +25,10 @@
25
25
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:49:50 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:56:52 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "c90fb4ed-3560-41d0-bebf-9093dc49aebb",
31
- "X-Runtime": "0.007557",
30
+ "X-Request-Id": "58d3d21c-b1a6-47c0-96a1-be477d5fbf92",
31
+ "X-Runtime": "0.004861",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "0"
@@ -25,10 +25,10 @@
25
25
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:49:51 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:56:53 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "8c11e59d-e02f-469f-953b-6f745249b0e3",
31
- "X-Runtime": "0.004747",
30
+ "X-Request-Id": "8fead0ec-227d-4ff5-87dd-188d539c8fc1",
31
+ "X-Runtime": "0.008364",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "0"
@@ -24,23 +24,23 @@
24
24
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
25
25
  "X-Requested-With": "",
26
26
  "Vary": "X-Requested-With, X-Workarea-Segments",
27
- "Last-Modified": "Wed, 27 Nov 2019 00:49:11 GMT",
27
+ "Last-Modified": "Wed, 19 Aug 2020 13:56:49 GMT",
28
28
  "Cache-Control": "no-cache, no-store, must-revalidate",
29
- "X-Request-Id": "715bcdf3-606f-4086-a8a0-8d1489a6a600",
30
- "X-Runtime": "0.021924",
29
+ "X-Request-Id": "8ecc5c7b-19c1-490a-a515-04fb1b89eee0",
30
+ "X-Runtime": "0.010048",
31
31
  "X-Workarea-Segments": "",
32
32
  "Expires": "0",
33
33
  "Content-Length": "217"
34
34
  },
35
35
  "request_method": "GET",
36
- "request_path": "/api/storefront/assets/5dddc8071241596aa52044b2",
36
+ "request_path": "/api/storefront/assets/5f3d2fa10218236e938cf737",
37
37
  "request_body": null,
38
38
  "request_content_type": null,
39
39
  "response_status": 200,
40
40
  "response_status_text": "OK",
41
- "response_body": "{\n \"id\": \"5dddc8071241596aa52044b2\",\n \"name\": \"Summer Sale Callout\",\n \"url\": \"http://www.example.com/media/W1siZiIsIjIwMTkvMTEvMjYvNnRtM2ZhZjVsaV9maWxlLmpwZyJdLFsicCIsIm9wdGltIl1d/file.jpg?sha=13d7196a5123bdf2\",\n \"type\": \"image\"\n}",
41
+ "response_body": "{\n \"id\": \"5f3d2fa10218236e938cf737\",\n \"name\": \"Summer Sale Callout\",\n \"url\": \"http://www.example.com/media/W1siZiIsIjIwMjAvMDgvMTkvN2Z4bXZpNDNucF9maWxlLmpwZyJdLFsicCIsIm9wdGltIl1d/file.jpg?sha=794fd8dc79925baf\",\n \"type\": \"image\"\n}",
42
42
  "response_content_type": "application/json",
43
- "curl": "curl -g \"https://www.example.com/api/storefront/assets/5dddc8071241596aa52044b2\" -X GET "
43
+ "curl": "curl -g \"https://www.example.com/api/storefront/assets/5f3d2fa10218236e938cf737\" -X GET "
44
44
  }
45
45
  ],
46
46
  "resource": "Assets",
@@ -25,23 +25,23 @@
25
25
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:54:11 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:55:27 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "ef93f5f0-89c6-4273-abea-556419657c50",
31
- "X-Runtime": "0.255656",
30
+ "X-Request-Id": "3b909bbf-f9ca-4e6d-a0c3-2e1de069ec06",
31
+ "X-Runtime": "0.250394",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "76"
35
35
  },
36
36
  "request_method": "POST",
37
37
  "request_path": "/api/storefront/authentication_tokens",
38
- "request_body": "{\"email\":\"user45@workarea.com\",\"password\":\"p@assword!\"}",
38
+ "request_body": "{\"email\":\"user19@workarea.com\",\"password\":\"p@assword!\"}",
39
39
  "request_content_type": "application/json",
40
40
  "response_status": 200,
41
41
  "response_status_text": "OK",
42
- "response_body": "{\n \"token\": \"wVUVPF4cEg23REi2mQm7iBxt\",\n \"expires_at\": \"2019-12-04T00:54:11.187Z\"\n}",
42
+ "response_body": "{\n \"token\": \"AEeH9zFuEsfuyWqvQepbpHQF\",\n \"expires_at\": \"2020-08-26T13:55:27.851Z\"\n}",
43
43
  "response_content_type": "application/json",
44
- "curl": "curl \"https://www.example.com/api/storefront/authentication_tokens\" -d '{\"email\":\"user45@workarea.com\",\"password\":\"p@assword!\"}' -X POST \\\n\t-H \"Content-Type: application/json\""
44
+ "curl": "curl \"https://www.example.com/api/storefront/authentication_tokens\" -d '{\"email\":\"user19@workarea.com\",\"password\":\"p@assword!\"}' -X POST \\\n\t-H \"Content-Type: application/json\""
45
45
  }
46
46
  ],
47
47
  "resource": "Authentication",
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "request_headers": {
11
11
  "Content-Type": "application/x-www-form-urlencoded",
12
- "Authorization": "Token token=\"318tfBEfNY1jVETcf4VY8cXb\""
12
+ "Authorization": "Token token=\"uYrfBXhiicquki9sSkneipdv\""
13
13
  },
14
14
  "request_query_parameters": {
15
15
  },
@@ -26,10 +26,10 @@
26
26
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
27
27
  "X-Requested-With": "",
28
28
  "Vary": "X-Requested-With, X-Workarea-Segments",
29
- "Last-Modified": "Wed, 27 Nov 2019 00:54:08 GMT",
29
+ "Last-Modified": "Wed, 19 Aug 2020 13:55:26 GMT",
30
30
  "Cache-Control": "no-cache, no-store, must-revalidate",
31
- "X-Request-Id": "07d39e5c-72c6-482f-b003-d64fda3cdbc4",
32
- "X-Runtime": "0.007371",
31
+ "X-Request-Id": "0f425caa-9497-44c7-9f04-894a212c521f",
32
+ "X-Runtime": "0.011995",
33
33
  "X-Workarea-Segments": "",
34
34
  "Expires": "0",
35
35
  "Content-Length": "76"
@@ -40,9 +40,9 @@
40
40
  "request_content_type": "application/x-www-form-urlencoded",
41
41
  "response_status": 200,
42
42
  "response_status_text": "OK",
43
- "response_body": "{\n \"token\": \"318tfBEfNY1jVETcf4VY8cXb\",\n \"expires_at\": \"2019-12-04T00:54:08.274Z\"\n}",
43
+ "response_body": "{\n \"token\": \"uYrfBXhiicquki9sSkneipdv\",\n \"expires_at\": \"2020-08-26T13:55:26.591Z\"\n}",
44
44
  "response_content_type": "application/json",
45
- "curl": "curl \"https://www.example.com/api/storefront/authentication_tokens\" -d '' -X PATCH \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\" \\\n\t-H \"Authorization: Token token=\\\"318tfBEfNY1jVETcf4VY8cXb\\\"\""
45
+ "curl": "curl \"https://www.example.com/api/storefront/authentication_tokens\" -d '' -X PATCH \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\" \\\n\t-H \"Authorization: Token token=\\\"uYrfBXhiicquki9sSkneipdv\\\"\""
46
46
  }
47
47
  ],
48
48
  "resource": "Authentication",
@@ -8,7 +8,7 @@
8
8
  "requests": [
9
9
  {
10
10
  "request_headers": {
11
- "Authorization": "Token token=\"eT6N6vs6Ds48TebHF91YeVn6\""
11
+ "Authorization": "Token token=\"ghsBisE8nroaeQ1UNYx4t2Tn\""
12
12
  },
13
13
  "request_query_parameters": {
14
14
  },
@@ -25,10 +25,10 @@
25
25
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:54:09 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:55:28 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "fc675d9c-5b12-408c-80a3-96331f421b30",
31
- "X-Runtime": "0.003187",
30
+ "X-Request-Id": "2d46743e-b2b5-4f7a-861d-323f77f3d86a",
31
+ "X-Runtime": "0.002808",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "202"
@@ -39,9 +39,9 @@
39
39
  "request_content_type": null,
40
40
  "response_status": 200,
41
41
  "response_status_text": "OK",
42
- "response_body": "{\n \"id\": \"5dddc9311241596aa5205338\",\n \"email\": \"user44@workarea.com\",\n \"public_info\": \"BC\",\n \"first_name\": \"Ben\",\n \"last_name\": \"Crouse\",\n \"updated_at\": \"2019-11-27T00:54:09.725Z\",\n \"created_at\": \"2019-11-27T00:54:09.725Z\"\n}",
42
+ "response_body": "{\n \"id\": \"5f3d2f500218236e938cf115\",\n \"email\": \"user20@workarea.com\",\n \"public_info\": \"BC\",\n \"first_name\": \"Ben\",\n \"last_name\": \"Crouse\",\n \"updated_at\": \"2020-08-19T13:55:28.816Z\",\n \"created_at\": \"2020-08-19T13:55:28.816Z\"\n}",
43
43
  "response_content_type": "application/json",
44
- "curl": "curl -g \"https://www.example.com/api/storefront/account\" -X GET \\\n\t-H \"Authorization: Token token=\\\"eT6N6vs6Ds48TebHF91YeVn6\\\"\""
44
+ "curl": "curl -g \"https://www.example.com/api/storefront/account\" -X GET \\\n\t-H \"Authorization: Token token=\\\"ghsBisE8nroaeQ1UNYx4t2Tn\\\"\""
45
45
  }
46
46
  ],
47
47
  "resource": "Authentication",
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "request_headers": {
11
11
  "Content-Type": "application/json",
12
- "Authorization": "Token token=\"jbHiFQqdFxqdyHJQKfMe4Fpu\""
12
+ "Authorization": "Token token=\"RinvVBBrmPjQmjVqNTFcvEDn\""
13
13
  },
14
14
  "request_query_parameters": {
15
15
  },
@@ -26,23 +26,23 @@
26
26
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
27
27
  "X-Requested-With": "",
28
28
  "Vary": "X-Requested-With, X-Workarea-Segments",
29
- "Last-Modified": "Wed, 27 Nov 2019 00:52:56 GMT",
29
+ "Last-Modified": "Wed, 19 Aug 2020 13:57:09 GMT",
30
30
  "Cache-Control": "no-cache, no-store, must-revalidate",
31
- "X-Request-Id": "f6194164-b766-4ef2-9803-7b79e1ce5f63",
32
- "X-Runtime": "0.092008",
31
+ "X-Request-Id": "4f970756-4ace-440f-b613-ea575b56e47f",
32
+ "X-Runtime": "0.089235",
33
33
  "X-Workarea-Segments": "",
34
34
  "Expires": "0",
35
35
  "Content-Length": "2428"
36
36
  },
37
37
  "request_method": "POST",
38
- "request_path": "/api/storefront/carts/BFB645F070/add_promo_code",
38
+ "request_path": "/api/storefront/carts/D96C720BAC/add_promo_code",
39
39
  "request_body": "{\"promo_code\":\"10OFF\"}",
40
40
  "request_content_type": "application/json",
41
41
  "response_status": 200,
42
42
  "response_status_text": "OK",
43
- "response_body": "{\n \"id\": \"BFB645F070\",\n \"url\": \"http://www.example.com/api/storefront/orders/BFB645F070\",\n \"user_id\": \"5dddc8e61241596aa5204d2a\",\n \"email\": \"bcrouse@workarea.com\",\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n \"10OFF\"\n ],\n \"requires_shipping\": true,\n \"items\": [\n {\n \"id\": \"5dddc8e81241596aa5204d40\",\n \"product_id\": \"VINTEE\",\n \"sku\": \"VT001\",\n \"quantity\": 2,\n \"product_url\": \"http://www.example.com/api/storefront/products/vintage-tee?sku=VT001\",\n \"options\": {\n },\n \"customizations\": {\n },\n \"product_image\": {\n \"urls\": [\n {\n \"type\": \"small\",\n \"url\": \"http://www.example.com/product_images/placeholder/small.jpg?c=1574815751\"\n },\n {\n \"type\": \"medium\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium.jpg?c=1574815751\"\n },\n {\n \"type\": \"small_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/small_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"medium_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"large_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/large_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"detail\",\n \"url\": \"http://www.example.com/product_images/placeholder/detail.jpg?c=1574815751\"\n },\n {\n \"type\": \"zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/zoom.jpg?c=1574815751\"\n },\n {\n \"type\": \"super_zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/super_zoom.jpg?c=1574815751\"\n },\n {\n \"type\": \"favicon\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon.jpg?c=1574815751\"\n },\n {\n \"type\": \"favicon_ico\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon_ico.jpg?c=1574815751\"\n }\n ]\n },\n \"pricing\": {\n \"price_adjustments\": [\n {\n \"description\": \"Item Subtotal\",\n \"discount\": false,\n \"amount\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n }\n },\n {\n \"description\": \"Order Total Discount\",\n \"discount\": true,\n \"amount\": {\n \"cents\": -100.0,\n \"currency_iso\": \"USD\"\n }\n }\n ],\n \"total_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"on_sale\": false,\n \"original_unit_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"original_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"customized\": false,\n \"customizations_unit_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n }\n }\n ],\n \"pricing\": {\n \"price_adjustments\": [\n {\n \"description\": \"Order Total Discount\",\n \"amount\": {\n \"cents\": -100.0,\n \"currency_iso\": \"USD\"\n }\n }\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 900.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 900.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n}",
43
+ "response_body": "{\n \"id\": \"D96C720BAC\",\n \"url\": \"http://www.example.com/api/storefront/orders/D96C720BAC\",\n \"user_id\": \"5f3d2fb40218236e938cf7e0\",\n \"email\": \"bcrouse@workarea.com\",\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n \"10OFF\"\n ],\n \"requires_shipping\": true,\n \"items\": [\n {\n \"id\": \"5f3d2fb50218236e938cf7f6\",\n \"product_id\": \"VINTEE\",\n \"sku\": \"VT001\",\n \"quantity\": 2,\n \"product_url\": \"http://www.example.com/api/storefront/products/vintage-tee?sku=VT001\",\n \"options\": {\n },\n \"customizations\": {\n },\n \"product_image\": {\n \"urls\": [\n {\n \"type\": \"small\",\n \"url\": \"http://www.example.com/product_images/placeholder/small.jpg?c=1597845226\"\n },\n {\n \"type\": \"medium\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium.jpg?c=1597845226\"\n },\n {\n \"type\": \"small_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/small_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"medium_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"large_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/large_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"detail\",\n \"url\": \"http://www.example.com/product_images/placeholder/detail.jpg?c=1597845226\"\n },\n {\n \"type\": \"zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/zoom.jpg?c=1597845226\"\n },\n {\n \"type\": \"super_zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/super_zoom.jpg?c=1597845226\"\n },\n {\n \"type\": \"favicon\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon.jpg?c=1597845226\"\n },\n {\n \"type\": \"favicon_ico\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon_ico.jpg?c=1597845226\"\n }\n ]\n },\n \"pricing\": {\n \"price_adjustments\": [\n {\n \"description\": \"Item Subtotal\",\n \"discount\": false,\n \"amount\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n }\n },\n {\n \"description\": \"Order Total Discount\",\n \"discount\": true,\n \"amount\": {\n \"cents\": -100.0,\n \"currency_iso\": \"USD\"\n }\n }\n ],\n \"total_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"on_sale\": false,\n \"original_unit_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"original_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"customized\": false,\n \"customizations_unit_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n }\n }\n ],\n \"pricing\": {\n \"price_adjustments\": [\n {\n \"description\": \"Order Total Discount\",\n \"amount\": {\n \"cents\": -100.0,\n \"currency_iso\": \"USD\"\n }\n }\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 900.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 900.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n}",
44
44
  "response_content_type": "application/json",
45
- "curl": "curl \"https://www.example.com/api/storefront/carts/BFB645F070/add_promo_code\" -d '{\"promo_code\":\"10OFF\"}' -X POST \\\n\t-H \"Content-Type: application/json\" \\\n\t-H \"Authorization: Token token=\\\"jbHiFQqdFxqdyHJQKfMe4Fpu\\\"\""
45
+ "curl": "curl \"https://www.example.com/api/storefront/carts/D96C720BAC/add_promo_code\" -d '{\"promo_code\":\"10OFF\"}' -X POST \\\n\t-H \"Content-Type: application/json\" \\\n\t-H \"Authorization: Token token=\\\"RinvVBBrmPjQmjVqNTFcvEDn\\\"\""
46
46
  }
47
47
  ],
48
48
  "resource": "Cart",
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "request_headers": {
11
11
  "Content-Type": "application/json",
12
- "Authorization": "Token token=\"xrEQxw1fHaGcDyRVXxRFoKFo\""
12
+ "Authorization": "Token token=\"bhS1x3K6wQPVLu1Rb4KTcxnh\""
13
13
  },
14
14
  "request_query_parameters": {
15
15
  },
@@ -26,23 +26,23 @@
26
26
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
27
27
  "X-Requested-With": "",
28
28
  "Vary": "X-Requested-With, X-Workarea-Segments",
29
- "Last-Modified": "Wed, 27 Nov 2019 00:50:37 GMT",
29
+ "Last-Modified": "Wed, 19 Aug 2020 13:54:43 GMT",
30
30
  "Cache-Control": "no-cache, no-store, must-revalidate",
31
- "X-Request-Id": "d6bcd77e-d837-482d-bfdd-7796a2e55c57",
32
- "X-Runtime": "0.076277",
31
+ "X-Request-Id": "69103408-179c-4b72-b409-517b68671084",
32
+ "X-Runtime": "0.112966",
33
33
  "X-Workarea-Segments": "",
34
34
  "Expires": "0",
35
35
  "Content-Length": "3920"
36
36
  },
37
37
  "request_method": "POST",
38
- "request_path": "/api/storefront/carts/70C1323C11/items",
38
+ "request_path": "/api/storefront/carts/97DBEB0A39/items",
39
39
  "request_body": "{\"product_id\":\"VINTEE\",\"sku\":\"VT001\",\"quantity\":2}",
40
40
  "request_content_type": "application/json",
41
41
  "response_status": 200,
42
42
  "response_status_text": "OK",
43
- "response_body": "{\n \"item\": {\n \"id\": \"5dddc85d1241596aa520485c\",\n \"product_id\": \"VINTEE\",\n \"sku\": \"VT001\",\n \"quantity\": 2,\n \"product_url\": \"http://www.example.com/api/storefront/products/vintage-tee?sku=VT001\",\n \"options\": {\n },\n \"customizations\": {\n },\n \"product_image\": {\n \"urls\": [\n {\n \"type\": \"small\",\n \"url\": \"http://www.example.com/product_images/placeholder/small.jpg?c=1574815751\"\n },\n {\n \"type\": \"medium\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium.jpg?c=1574815751\"\n },\n {\n \"type\": \"small_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/small_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"medium_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"large_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/large_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"detail\",\n \"url\": \"http://www.example.com/product_images/placeholder/detail.jpg?c=1574815751\"\n },\n {\n \"type\": \"zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/zoom.jpg?c=1574815751\"\n },\n {\n \"type\": \"super_zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/super_zoom.jpg?c=1574815751\"\n },\n {\n \"type\": \"favicon\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon.jpg?c=1574815751\"\n },\n {\n \"type\": \"favicon_ico\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon_ico.jpg?c=1574815751\"\n }\n ]\n },\n \"pricing\": {\n \"price_adjustments\": [\n {\n \"description\": \"Item Subtotal\",\n \"discount\": false,\n \"amount\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n }\n }\n ],\n \"total_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"on_sale\": false,\n \"original_unit_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"original_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"customized\": false,\n \"customizations_unit_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n }\n },\n \"order\": {\n \"id\": \"70C1323C11\",\n \"url\": \"http://www.example.com/api/storefront/orders/70C1323C11\",\n \"user_id\": \"5dddc85c1241596aa5204846\",\n \"email\": \"bcrouse@workarea.com\",\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n\n ],\n \"requires_shipping\": true,\n \"items\": [\n {\n \"id\": \"5dddc85d1241596aa520485c\",\n \"product_id\": \"VINTEE\",\n \"sku\": \"VT001\",\n \"quantity\": 2,\n \"product_url\": \"http://www.example.com/api/storefront/products/vintage-tee?sku=VT001\",\n \"options\": {\n },\n \"customizations\": {\n },\n \"product_image\": {\n \"urls\": [\n {\n \"type\": \"small\",\n \"url\": \"http://www.example.com/product_images/placeholder/small.jpg?c=1574815751\"\n },\n {\n \"type\": \"medium\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium.jpg?c=1574815751\"\n },\n {\n \"type\": \"small_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/small_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"medium_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"large_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/large_thumb.jpg?c=1574815751\"\n },\n {\n \"type\": \"detail\",\n \"url\": \"http://www.example.com/product_images/placeholder/detail.jpg?c=1574815751\"\n },\n {\n \"type\": \"zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/zoom.jpg?c=1574815751\"\n },\n {\n \"type\": \"super_zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/super_zoom.jpg?c=1574815751\"\n },\n {\n \"type\": \"favicon\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon.jpg?c=1574815751\"\n },\n {\n \"type\": \"favicon_ico\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon_ico.jpg?c=1574815751\"\n }\n ]\n },\n \"pricing\": {\n \"price_adjustments\": [\n {\n \"description\": \"Item Subtotal\",\n \"discount\": false,\n \"amount\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n }\n }\n ],\n \"total_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"on_sale\": false,\n \"original_unit_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"original_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"customized\": false,\n \"customizations_unit_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n }\n }\n ],\n \"pricing\": {\n \"price_adjustments\": [\n\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n }\n}",
43
+ "response_body": "{\n \"item\": {\n \"id\": \"5f3d2f230218236e938ceda4\",\n \"product_id\": \"VINTEE\",\n \"sku\": \"VT001\",\n \"quantity\": 2,\n \"product_url\": \"http://www.example.com/api/storefront/products/vintage-tee?sku=VT001\",\n \"options\": {\n },\n \"customizations\": {\n },\n \"product_image\": {\n \"urls\": [\n {\n \"type\": \"small\",\n \"url\": \"http://www.example.com/product_images/placeholder/small.jpg?c=1597845226\"\n },\n {\n \"type\": \"medium\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium.jpg?c=1597845226\"\n },\n {\n \"type\": \"small_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/small_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"medium_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"large_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/large_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"detail\",\n \"url\": \"http://www.example.com/product_images/placeholder/detail.jpg?c=1597845226\"\n },\n {\n \"type\": \"zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/zoom.jpg?c=1597845226\"\n },\n {\n \"type\": \"super_zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/super_zoom.jpg?c=1597845226\"\n },\n {\n \"type\": \"favicon\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon.jpg?c=1597845226\"\n },\n {\n \"type\": \"favicon_ico\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon_ico.jpg?c=1597845226\"\n }\n ]\n },\n \"pricing\": {\n \"price_adjustments\": [\n {\n \"description\": \"Item Subtotal\",\n \"discount\": false,\n \"amount\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n }\n }\n ],\n \"total_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"on_sale\": false,\n \"original_unit_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"original_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"customized\": false,\n \"customizations_unit_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n }\n },\n \"order\": {\n \"id\": \"97DBEB0A39\",\n \"url\": \"http://www.example.com/api/storefront/orders/97DBEB0A39\",\n \"user_id\": \"5f3d2f220218236e938ced8e\",\n \"email\": \"bcrouse@workarea.com\",\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n\n ],\n \"requires_shipping\": true,\n \"items\": [\n {\n \"id\": \"5f3d2f230218236e938ceda4\",\n \"product_id\": \"VINTEE\",\n \"sku\": \"VT001\",\n \"quantity\": 2,\n \"product_url\": \"http://www.example.com/api/storefront/products/vintage-tee?sku=VT001\",\n \"options\": {\n },\n \"customizations\": {\n },\n \"product_image\": {\n \"urls\": [\n {\n \"type\": \"small\",\n \"url\": \"http://www.example.com/product_images/placeholder/small.jpg?c=1597845226\"\n },\n {\n \"type\": \"medium\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium.jpg?c=1597845226\"\n },\n {\n \"type\": \"small_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/small_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"medium_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/medium_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"large_thumb\",\n \"url\": \"http://www.example.com/product_images/placeholder/large_thumb.jpg?c=1597845226\"\n },\n {\n \"type\": \"detail\",\n \"url\": \"http://www.example.com/product_images/placeholder/detail.jpg?c=1597845226\"\n },\n {\n \"type\": \"zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/zoom.jpg?c=1597845226\"\n },\n {\n \"type\": \"super_zoom\",\n \"url\": \"http://www.example.com/product_images/placeholder/super_zoom.jpg?c=1597845226\"\n },\n {\n \"type\": \"favicon\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon.jpg?c=1597845226\"\n },\n {\n \"type\": \"favicon_ico\",\n \"url\": \"http://www.example.com/product_images/placeholder/favicon_ico.jpg?c=1597845226\"\n }\n ]\n },\n \"pricing\": {\n \"price_adjustments\": [\n {\n \"description\": \"Item Subtotal\",\n \"discount\": false,\n \"amount\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n }\n }\n ],\n \"total_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"on_sale\": false,\n \"original_unit_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"original_price\": {\n \"cents\": 500.0,\n \"currency_iso\": \"USD\"\n },\n \"customized\": false,\n \"customizations_unit_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n }\n }\n ],\n \"pricing\": {\n \"price_adjustments\": [\n\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 1000.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n }\n}",
44
44
  "response_content_type": "application/json",
45
- "curl": "curl \"https://www.example.com/api/storefront/carts/70C1323C11/items\" -d '{\"product_id\":\"VINTEE\",\"sku\":\"VT001\",\"quantity\":2}' -X POST \\\n\t-H \"Content-Type: application/json\" \\\n\t-H \"Authorization: Token token=\\\"xrEQxw1fHaGcDyRVXxRFoKFo\\\"\""
45
+ "curl": "curl \"https://www.example.com/api/storefront/carts/97DBEB0A39/items\" -d '{\"product_id\":\"VINTEE\",\"sku\":\"VT001\",\"quantity\":2}' -X POST \\\n\t-H \"Content-Type: application/json\" \\\n\t-H \"Authorization: Token token=\\\"bhS1x3K6wQPVLu1Rb4KTcxnh\\\"\""
46
46
  }
47
47
  ],
48
48
  "resource": "Cart",
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "request_headers": {
11
11
  "Content-Type": "application/x-www-form-urlencoded",
12
- "Authorization": "Token token=\"cccAEFkTgYannTnyyrkvtRMj\""
12
+ "Authorization": "Token token=\"jVteSJyUwGAkcmhXsg2UJrXn\""
13
13
  },
14
14
  "request_query_parameters": {
15
15
  },
@@ -26,10 +26,10 @@
26
26
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
27
27
  "X-Requested-With": "",
28
28
  "Vary": "X-Requested-With, X-Workarea-Segments",
29
- "Last-Modified": "Wed, 27 Nov 2019 00:52:53 GMT",
29
+ "Last-Modified": "Wed, 19 Aug 2020 13:57:03 GMT",
30
30
  "Cache-Control": "no-cache, no-store, must-revalidate",
31
- "X-Request-Id": "887623ae-7764-4b51-9d16-c56f65fae43d",
32
- "X-Runtime": "0.010316",
31
+ "X-Request-Id": "9a75c921-ddd0-4bd9-bb85-61e166b544ea",
32
+ "X-Runtime": "0.016259",
33
33
  "X-Workarea-Segments": "",
34
34
  "Expires": "0",
35
35
  "Content-Length": "544"
@@ -40,9 +40,9 @@
40
40
  "request_content_type": "application/x-www-form-urlencoded",
41
41
  "response_status": 200,
42
42
  "response_status_text": "OK",
43
- "response_body": "{\n \"id\": \"3D7FFAB1AB\",\n \"url\": \"http://www.example.com/api/storefront/orders/3D7FFAB1AB\",\n \"user_id\": \"5dddc8e41241596aa5204d0d\",\n \"email\": null,\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n\n ],\n \"requires_shipping\": false,\n \"items\": [\n\n ],\n \"pricing\": {\n \"price_adjustments\": [\n\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n}",
43
+ "response_body": "{\n \"id\": \"090057BCEA\",\n \"url\": \"http://www.example.com/api/storefront/orders/090057BCEA\",\n \"user_id\": \"5f3d2fae0218236e938cf780\",\n \"email\": null,\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n\n ],\n \"requires_shipping\": false,\n \"items\": [\n\n ],\n \"pricing\": {\n \"price_adjustments\": [\n\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n}",
44
44
  "response_content_type": "application/json",
45
- "curl": "curl \"https://www.example.com/api/storefront/carts\" -d '' -X POST \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\" \\\n\t-H \"Authorization: Token token=\\\"cccAEFkTgYannTnyyrkvtRMj\\\"\""
45
+ "curl": "curl \"https://www.example.com/api/storefront/carts\" -d '' -X POST \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\" \\\n\t-H \"Authorization: Token token=\\\"jVteSJyUwGAkcmhXsg2UJrXn\\\"\""
46
46
  }
47
47
  ],
48
48
  "resource": "Cart",
@@ -25,10 +25,10 @@
25
25
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:52:58 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:57:07 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "355f44e3-62c2-45de-99f3-d2bffbdb90fc",
31
- "X-Runtime": "0.012399",
30
+ "X-Request-Id": "df75beea-d6e2-4b5d-88f9-61f60125b1fc",
31
+ "X-Runtime": "0.017483",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "522"
@@ -39,7 +39,7 @@
39
39
  "request_content_type": "application/x-www-form-urlencoded",
40
40
  "response_status": 200,
41
41
  "response_status_text": "OK",
42
- "response_body": "{\n \"id\": \"501D89AB43\",\n \"url\": \"http://www.example.com/api/storefront/orders/501D89AB43\",\n \"user_id\": null,\n \"email\": null,\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n\n ],\n \"requires_shipping\": false,\n \"items\": [\n\n ],\n \"pricing\": {\n \"price_adjustments\": [\n\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n}",
42
+ "response_body": "{\n \"id\": \"490CAF38F6\",\n \"url\": \"http://www.example.com/api/storefront/orders/490CAF38F6\",\n \"user_id\": null,\n \"email\": null,\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n\n ],\n \"requires_shipping\": false,\n \"items\": [\n\n ],\n \"pricing\": {\n \"price_adjustments\": [\n\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n}",
43
43
  "response_content_type": "application/json",
44
44
  "curl": "curl \"https://www.example.com/api/storefront/carts\" -d '' -X POST \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
45
45
  }
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "request_headers": {
11
11
  "Content-Type": "application/x-www-form-urlencoded",
12
- "Authorization": "Token token=\"Pik5FWCLTtVAQMgRCC3EBTKg\""
12
+ "Authorization": "Token token=\"T5UFvcvvZfJMqs71igMzNU41\""
13
13
  },
14
14
  "request_query_parameters": {
15
15
  },
@@ -26,23 +26,23 @@
26
26
  "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS",
27
27
  "X-Requested-With": "",
28
28
  "Vary": "X-Requested-With, X-Workarea-Segments",
29
- "Last-Modified": "Wed, 27 Nov 2019 00:50:43 GMT",
29
+ "Last-Modified": "Wed, 19 Aug 2020 13:54:45 GMT",
30
30
  "Cache-Control": "no-cache, no-store, must-revalidate",
31
- "X-Request-Id": "d104f565-a0b8-4998-94ad-70de373c8ea0",
32
- "X-Runtime": "0.027685",
31
+ "X-Request-Id": "eaf1e185-572d-4922-acd1-1a43a69ea59a",
32
+ "X-Runtime": "0.044303",
33
33
  "X-Workarea-Segments": "",
34
34
  "Expires": "0",
35
35
  "Content-Length": "572"
36
36
  },
37
37
  "request_method": "DELETE",
38
- "request_path": "/api/storefront/carts/E606672F7C/items/5dddc8631241596aa520487b",
38
+ "request_path": "/api/storefront/carts/F496517F63/items/5f3d2f250218236e938cedc3",
39
39
  "request_body": null,
40
40
  "request_content_type": "application/x-www-form-urlencoded",
41
41
  "response_status": 200,
42
42
  "response_status_text": "OK",
43
- "response_body": "{\n \"order\": {\n \"id\": \"E606672F7C\",\n \"url\": \"http://www.example.com/api/storefront/orders/E606672F7C\",\n \"user_id\": \"5dddc85e1241596aa5204865\",\n \"email\": \"bcrouse@workarea.com\",\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n\n ],\n \"requires_shipping\": false,\n \"items\": [\n\n ],\n \"pricing\": {\n \"price_adjustments\": [\n\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n }\n}",
43
+ "response_body": "{\n \"order\": {\n \"id\": \"F496517F63\",\n \"url\": \"http://www.example.com/api/storefront/orders/F496517F63\",\n \"user_id\": \"5f3d2f240218236e938cedad\",\n \"email\": \"bcrouse@workarea.com\",\n \"placed_at\": null,\n \"canceled_at\": null,\n \"promo_codes\": [\n\n ],\n \"requires_shipping\": false,\n \"items\": [\n\n ],\n \"pricing\": {\n \"price_adjustments\": [\n\n ],\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"subtotal_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"total_price\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"paid_amount\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n }\n },\n \"shipping_service\": null,\n \"tenders\": [\n\n ]\n }\n}",
44
44
  "response_content_type": "application/json",
45
- "curl": "curl \"https://www.example.com/api/storefront/carts/E606672F7C/items/5dddc8631241596aa520487b\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\" \\\n\t-H \"Authorization: Token token=\\\"Pik5FWCLTtVAQMgRCC3EBTKg\\\"\""
45
+ "curl": "curl \"https://www.example.com/api/storefront/carts/F496517F63/items/5f3d2f250218236e938cedc3\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\" \\\n\t-H \"Authorization: Token token=\\\"T5UFvcvvZfJMqs71igMzNU41\\\"\""
46
46
  }
47
47
  ],
48
48
  "resource": "Cart",