workarea-api 4.5.4 → 4.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/Rakefile +12 -12
  4. data/doc/api/admin/categories/bulk_upserting_categories.json +5 -5
  5. data/doc/api/admin/categories/creating_a_category.json +7 -7
  6. data/doc/api/admin/categories/listing_categories.json +4 -4
  7. data/doc/api/admin/categories/removing_a_category.json +5 -5
  8. data/doc/api/admin/categories/showing_a_category.json +6 -6
  9. data/doc/api/admin/categories/updating_a_category.json +6 -6
  10. data/doc/api/admin/category_product_rules/creating_a_category_product_rule.json +7 -7
  11. data/doc/api/admin/category_product_rules/listing_category_product_rules.json +6 -6
  12. data/doc/api/admin/category_product_rules/removing_a_category_product_rule.json +5 -5
  13. data/doc/api/admin/category_product_rules/updating_a_category_product_rule.json +5 -5
  14. data/doc/api/admin/content/bulk_upserting_content.json +5 -5
  15. data/doc/api/admin/content/creating_content.json +7 -7
  16. data/doc/api/admin/content/listing_content.json +4 -4
  17. data/doc/api/admin/content/showing_content.json +6 -6
  18. data/doc/api/admin/content/updating_content.json +5 -5
  19. data/doc/api/admin/content_assets/bulk_upserting_content_assets.json +5 -5
  20. data/doc/api/admin/content_assets/creating_a_content_asset.json +7 -7
  21. data/doc/api/admin/content_assets/listing_content_assets.json +4 -4
  22. data/doc/api/admin/content_assets/removing_a_content_asset.json +5 -5
  23. data/doc/api/admin/content_assets/showing_a_content_asset.json +6 -6
  24. data/doc/api/admin/content_assets/updating_a_content_asset.json +6 -6
  25. data/doc/api/admin/discounts/creating_a_discount.json +7 -7
  26. data/doc/api/admin/discounts/listing_discounts.json +4 -4
  27. data/doc/api/admin/discounts/removing_a_discount.json +5 -5
  28. data/doc/api/admin/discounts/showing_a_discount.json +6 -6
  29. data/doc/api/admin/discounts/updating_discounts.json +5 -5
  30. data/doc/api/admin/email_signups/listing_email_signups.json +4 -4
  31. data/doc/api/admin/email_signups/showing_an_email_signup_by_email.json +4 -4
  32. data/doc/api/admin/email_signups/showing_an_email_signup_by_id.json +6 -6
  33. data/doc/api/admin/fulfillment/listing_fulfillments.json +4 -4
  34. data/doc/api/admin/fulfillment/marking_items_as_canceled.json +6 -6
  35. data/doc/api/admin/fulfillment/marking_items_as_shipped.json +6 -6
  36. data/doc/api/admin/fulfillment/showing_fulfillment.json +4 -4
  37. data/doc/api/admin/global_functionality/dealing_with_locales.json +11 -11
  38. data/doc/api/admin/global_functionality/filtering_by_created_at_time_stamp.json +8 -8
  39. data/doc/api/admin/global_functionality/filtering_by_updated_time_stamp.json +8 -8
  40. data/doc/api/admin/global_functionality/paging_results.json +4 -4
  41. data/doc/api/admin/global_functionality/retrieving_addtional_pages_of_results.json +3 -3
  42. data/doc/api/admin/global_functionality/sorting_results.json +4 -4
  43. data/doc/api/admin/inventory_skus/bulk_upserting_inventory_skus.json +5 -5
  44. data/doc/api/admin/inventory_skus/creating_an_inventory_sku.json +6 -6
  45. data/doc/api/admin/inventory_skus/listing_inventory_skus.json +4 -4
  46. data/doc/api/admin/inventory_skus/removing_an_inventory_sku.json +3 -3
  47. data/doc/api/admin/inventory_skus/showing_an_inventory_sku.json +4 -4
  48. data/doc/api/admin/inventory_skus/updating_an_inventory_sku.json +3 -3
  49. data/doc/api/admin/navigation_menus/creating_a_menu.json +7 -7
  50. data/doc/api/admin/navigation_menus/listing_menus.json +4 -4
  51. data/doc/api/admin/navigation_menus/removing_a_navigation_menu.json +5 -5
  52. data/doc/api/admin/navigation_menus/showing_a_navigation_menu.json +6 -6
  53. data/doc/api/admin/navigation_menus/updating_a_navigation_menus.json +5 -5
  54. data/doc/api/admin/navigation_taxonomy/bulk_upserting_navigation_taxons.json +5 -5
  55. data/doc/api/admin/navigation_taxonomy/creating_a_taxon.json +7 -7
  56. data/doc/api/admin/navigation_taxonomy/listing_taxons.json +4 -4
  57. data/doc/api/admin/navigation_taxonomy/removing_a_navigation_taxon.json +5 -5
  58. data/doc/api/admin/navigation_taxonomy/showing_a_navigation_taxon.json +6 -6
  59. data/doc/api/admin/navigation_taxonomy/updating_a_navigation_taxons.json +5 -5
  60. data/doc/api/admin/orders/listing_orders.json +4 -4
  61. data/doc/api/admin/orders/showing_an_order.json +5 -5
  62. data/doc/api/admin/orders/viewing_orders_by_date_range.json +8 -8
  63. data/doc/api/admin/pages/bulk_upserting_pages.json +5 -5
  64. data/doc/api/admin/pages/creating_a_page.json +7 -7
  65. data/doc/api/admin/pages/listing_pages.json +4 -4
  66. data/doc/api/admin/pages/removing_a_page.json +5 -5
  67. data/doc/api/admin/pages/showing_a_page.json +6 -6
  68. data/doc/api/admin/pages/updating_a_page.json +6 -6
  69. data/doc/api/admin/payment_profiles/bulk_upserting_payment_profiles.json +5 -5
  70. data/doc/api/admin/payment_profiles/creating_a_payment_profile.json +7 -7
  71. data/doc/api/admin/payment_profiles/listing_payment_profiles.json +4 -4
  72. data/doc/api/admin/payment_profiles/removing_a_payment_profile.json +5 -5
  73. data/doc/api/admin/payment_profiles/showing_a_payment_profile.json +6 -6
  74. data/doc/api/admin/payment_profiles/updating_a_payment_profiles.json +5 -5
  75. data/doc/api/admin/payment_transactions/listing_payment_transactions.json +4 -4
  76. data/doc/api/admin/payment_transactions/showing_a_payment_transaction.json +6 -6
  77. data/doc/api/admin/payments/listing_payments.json +4 -4
  78. data/doc/api/admin/payments/showing_an_payment.json +4 -4
  79. data/doc/api/admin/prices/creating_a_pricing_sku_price.json +4 -4
  80. data/doc/api/admin/prices/listing_pricing_sku_prices.json +4 -4
  81. data/doc/api/admin/prices/removing_a_pricing_sku_price.json +5 -5
  82. data/doc/api/admin/prices/updating_a_pricing_sku_price.json +5 -5
  83. data/doc/api/admin/pricing_skus/bulk_upserting_pricing_skus.json +5 -5
  84. data/doc/api/admin/pricing_skus/creating_an_pricing_sku.json +6 -6
  85. data/doc/api/admin/pricing_skus/listing_pricing_skus.json +4 -4
  86. data/doc/api/admin/pricing_skus/removing_an_pricing_sku.json +3 -3
  87. data/doc/api/admin/pricing_skus/showing_an_pricing_sku.json +4 -4
  88. data/doc/api/admin/pricing_skus/updating_an_pricing_sku.json +3 -3
  89. data/doc/api/admin/product_images/creating_a_product_image_from_base64.json +7 -7
  90. data/doc/api/admin/product_images/creating_a_product_image_from_url.json +7 -7
  91. data/doc/api/admin/product_images/listing_product_images.json +7 -7
  92. data/doc/api/admin/product_images/removing_a_product_image.json +5 -5
  93. data/doc/api/admin/product_images/updating_a_product_image.json +5 -5
  94. data/doc/api/admin/products/bulk_upserting_products.json +5 -5
  95. data/doc/api/admin/products/creating_a_product.json +7 -7
  96. data/doc/api/admin/products/listing_products.json +4 -4
  97. data/doc/api/admin/products/removing_a_product.json +5 -5
  98. data/doc/api/admin/products/showing_a_product.json +6 -6
  99. data/doc/api/admin/products/updating_a_product.json +6 -6
  100. data/doc/api/admin/promo_code_lists/bulk_upserting_promo_code_lists.json +5 -5
  101. data/doc/api/admin/promo_code_lists/creating_a_promo_code_list.json +7 -7
  102. data/doc/api/admin/promo_code_lists/listing_promo_code_lists.json +4 -4
  103. data/doc/api/admin/promo_code_lists/removing_a_promo_code_list.json +5 -5
  104. data/doc/api/admin/promo_code_lists/showing_a_promo_code_list.json +6 -6
  105. data/doc/api/admin/promo_code_lists/updating_a_promo_code_list.json +5 -5
  106. data/doc/api/admin/recommendation_settings/showing_recommendation_settings.json +6 -6
  107. data/doc/api/admin/recommendation_settings/updating_recommendation_settings.json +5 -5
  108. data/doc/api/admin/redirects/bulk_upserting_redirects.json +5 -5
  109. data/doc/api/admin/redirects/creating_a_redirect.json +7 -7
  110. data/doc/api/admin/redirects/listing_redirects.json +4 -4
  111. data/doc/api/admin/redirects/removing_a_redirect.json +5 -5
  112. data/doc/api/admin/redirects/showing_a_redirect.json +6 -6
  113. data/doc/api/admin/redirects/updating_a_redirects.json +5 -5
  114. data/doc/api/admin/release_changes/adding_changes_to_a_release.json +6 -6
  115. data/doc/api/admin/releases/bulk_upserting_releases.json +5 -5
  116. data/doc/api/admin/releases/creating_a_release.json +7 -7
  117. data/doc/api/admin/releases/listing_releases.json +4 -4
  118. data/doc/api/admin/releases/removing_a_release.json +5 -5
  119. data/doc/api/admin/releases/showing_a_release.json +6 -6
  120. data/doc/api/admin/releases/updating_a_release.json +6 -6
  121. data/doc/api/admin/saved_addresses/creating_a_saved_address.json +7 -7
  122. data/doc/api/admin/saved_addresses/listing_saved_address.json +6 -6
  123. data/doc/api/admin/saved_addresses/removing_a_saved_address.json +5 -5
  124. data/doc/api/admin/saved_addresses/updating_a_saved_address.json +5 -5
  125. data/doc/api/admin/saved_credit_cards/creating_a_saved_credit_card.json +8 -8
  126. data/doc/api/admin/saved_credit_cards/listing_saved_credit_cards.json +6 -6
  127. data/doc/api/admin/saved_credit_cards/removing_a_saved_credit_card.json +5 -5
  128. data/doc/api/admin/saved_credit_cards/updating_a_saved_credit_card.json +5 -5
  129. data/doc/api/admin/shipping/listing_shipments.json +4 -4
  130. data/doc/api/admin/shipping/showing_a_shipment.json +6 -6
  131. data/doc/api/admin/shipping_rates/creating_a_shipping_rate.json +7 -7
  132. data/doc/api/admin/shipping_rates/listing_shipping_rates.json +6 -6
  133. data/doc/api/admin/shipping_rates/removing_a_shipping_rate.json +5 -5
  134. data/doc/api/admin/shipping_rates/updating_a_shipping_rate.json +5 -5
  135. data/doc/api/admin/shipping_services/bulk_upserting_shipping_services.json +5 -5
  136. data/doc/api/admin/shipping_services/creating_a_shipping_service.json +7 -7
  137. data/doc/api/admin/shipping_services/listing_shipping_services.json +4 -4
  138. data/doc/api/admin/shipping_services/removing_a_shipping_service.json +5 -5
  139. data/doc/api/admin/shipping_services/showing_a_shipping_service.json +7 -7
  140. data/doc/api/admin/shipping_services/updating_a_shipping_service.json +6 -6
  141. data/doc/api/admin/tax_categories/bulk_upserting_tax_categories.json +5 -5
  142. data/doc/api/admin/tax_categories/creating_a_tax_category.json +7 -7
  143. data/doc/api/admin/tax_categories/listing_tax_categories.json +5 -5
  144. data/doc/api/admin/tax_categories/removing_a_tax_category.json +5 -5
  145. data/doc/api/admin/tax_categories/showing_a_tax_category.json +7 -7
  146. data/doc/api/admin/tax_categories/updating_a_tax_categories.json +5 -5
  147. data/doc/api/admin/tax_rates/creating_a_tax_rate.json +8 -8
  148. data/doc/api/admin/tax_rates/listing_tax_rates.json +6 -6
  149. data/doc/api/admin/tax_rates/removing_a_tax_rate.json +5 -5
  150. data/doc/api/admin/tax_rates/updating_a_tax_rate.json +5 -5
  151. data/doc/api/admin/users/bulk_upserting_users.json +5 -5
  152. data/doc/api/admin/users/creating_a_user.json +7 -7
  153. data/doc/api/admin/users/listing_users.json +4 -4
  154. data/doc/api/admin/users/removing_a_user.json +5 -5
  155. data/doc/api/admin/users/showing_a_user_by_email.json +4 -4
  156. data/doc/api/admin/users/showing_a_user_by_id.json +6 -6
  157. data/doc/api/admin/users/updating_a_user.json +6 -6
  158. data/doc/api/admin/variants/creating_a_product_variant.json +6 -6
  159. data/doc/api/admin/variants/listing_product_variants.json +7 -7
  160. data/doc/api/admin/variants/removing_a_product_variant.json +5 -5
  161. data/doc/api/admin/variants/updating_a_product_variant.json +5 -5
  162. data/doc/api/storefront/accounts/creating_an_account.json +4 -4
  163. data/doc/api/storefront/accounts/getting_account_details.json +7 -7
  164. data/doc/api/storefront/accounts/updating_an_account.json +7 -7
  165. data/doc/api/storefront/analytics/saving_a_category_view.json +3 -3
  166. data/doc/api/storefront/analytics/saving_a_product_view.json +3 -3
  167. data/doc/api/storefront/analytics/saving_a_search.json +3 -3
  168. data/doc/api/storefront/assets/showing_an_asset.json +6 -6
  169. data/doc/api/storefront/authentication/creating_an_authentication_token.json +6 -6
  170. data/doc/api/storefront/authentication/refreshing_an_authentication_token.json +6 -6
  171. data/doc/api/storefront/authentication/using_an_authentication_token.json +6 -6
  172. data/doc/api/storefront/cart/adding_a_promo_code.json +7 -7
  173. data/doc/api/storefront/cart/adding_an_item.json +7 -7
  174. data/doc/api/storefront/cart/creating_a_new_cart_for_a_user.json +6 -6
  175. data/doc/api/storefront/cart/creating_a_new_guest_cart.json +4 -4
  176. data/doc/api/storefront/cart/delete_an_item.json +7 -7
  177. data/doc/api/storefront/cart/listing_user_s_carts.json +6 -6
  178. data/doc/api/storefront/cart/showing_cart.json +7 -7
  179. data/doc/api/storefront/cart/updating_an_item.json +7 -7
  180. data/doc/api/storefront/categories/showing_a_category.json +5 -5
  181. data/doc/api/storefront/categories/showing_a_listing_of_categories.json +5 -5
  182. data/doc/api/storefront/checkout/completing_a_checkout.json +7 -7
  183. data/doc/api/storefront/checkout/failure_to_update_a_checkout.json +52 -0
  184. data/doc/api/storefront/checkout/showing_a_checkout.json +6 -6
  185. data/doc/api/storefront/checkout/updating_a_checkout.json +6 -6
  186. data/doc/api/storefront/contacts/creating_a_contact.json +4 -4
  187. data/doc/api/storefront/email_signups/creating_an_email_signup.json +4 -4
  188. data/doc/api/storefront/email_signups/showing_an_email_signup_content.json +4 -4
  189. data/doc/api/storefront/index.json +7 -0
  190. data/doc/api/storefront/menus/listing_menus.json +5 -5
  191. data/doc/api/storefront/menus/showing_a_menu.json +7 -7
  192. data/doc/api/storefront/orders/listing_the_user_s_orders.json +6 -6
  193. data/doc/api/storefront/orders/showing_an_order.json +7 -7
  194. data/doc/api/storefront/pages/showing_a_page.json +5 -5
  195. data/doc/api/storefront/password_resets/sending_a_forgot_password_email.json +5 -5
  196. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_a_session_id.json +8 -8
  197. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_authentication.json +6 -6
  198. data/doc/api/storefront/products/showing_a_product.json +5 -5
  199. data/doc/api/storefront/products/showing_a_product_with_a_specific_sku_selected.json +5 -5
  200. data/doc/api/storefront/recent_views/showing_recent_views_from_authentication.json +6 -6
  201. data/doc/api/storefront/recent_views/showing_recent_views_with_a_session_id.json +7 -7
  202. data/doc/api/storefront/recent_views/updating_recent_views_with_a_session_id.json +3 -3
  203. data/doc/api/storefront/recent_views/updating_recent_views_with_authentication.json +5 -5
  204. data/doc/api/storefront/saved_addresses/creating_a_saved_address.json +6 -6
  205. data/doc/api/storefront/saved_addresses/deleting_a_saved_address.json +6 -6
  206. data/doc/api/storefront/saved_addresses/listing_the_user_s_saved_addresses.json +6 -6
  207. data/doc/api/storefront/saved_addresses/showing_a_saved_address.json +7 -7
  208. data/doc/api/storefront/saved_addresses/updating_a_saved_address.json +7 -7
  209. data/doc/api/storefront/saved_credit_cards/creating_a_saved_credit_card.json +7 -7
  210. data/doc/api/storefront/saved_credit_cards/deleting_a_saved_credit_card.json +6 -6
  211. data/doc/api/storefront/saved_credit_cards/listing_the_user_s_saved_credit_cards.json +6 -6
  212. data/doc/api/storefront/saved_credit_cards/showing_a_saved_credit_card.json +7 -7
  213. data/doc/api/storefront/saved_credit_cards/updating_a_saved_credit_card.json +8 -8
  214. data/doc/api/storefront/searches/showing_search_autocomplete_suggestions.json +4 -4
  215. data/doc/api/storefront/searches/showing_search_results.json +5 -5
  216. data/doc/api/storefront/segmentation/specifying_session_count_for_segmentation.json +10 -10
  217. data/doc/api/storefront/segmentation/using_session_ids_for_segmenting_non_authenticated_users.json +10 -10
  218. data/doc/api/storefront/system_content/showing_system_content.json +5 -5
  219. data/doc/api/storefront/system_content/showing_the_home_page.json +5 -5
  220. data/doc/api/storefront/taxons/showing_a_taxon.json +7 -7
  221. data/doc/api/storefront/validation_errors/checkout_validation_errors.json +8 -8
  222. data/doc/api/storefront/validation_errors/general_validation_errors.json +2 -2
  223. data/lib/workarea/api/version.rb +1 -1
  224. metadata +6 -5
@@ -32,10 +32,10 @@
32
32
  "Content-Type": "application/json; charset=utf-8",
33
33
  "X-Requested-With": "",
34
34
  "Vary": "X-Requested-With, X-Workarea-Segments",
35
- "Last-Modified": "Wed, 27 Nov 2019 00:44:24 GMT",
35
+ "Last-Modified": "Wed, 19 Aug 2020 13:49:19 GMT",
36
36
  "Cache-Control": "no-cache, no-store, must-revalidate",
37
- "X-Request-Id": "9c761c3f-1fa8-4c59-a9c9-9ec7f6a44ee9",
38
- "X-Runtime": "0.007358",
37
+ "X-Request-Id": "5737fd96-391f-4e64-a4d0-dfd59b148b92",
38
+ "X-Runtime": "0.006518",
39
39
  "X-Workarea-Segments": "",
40
40
  "Expires": "0",
41
41
  "Content-Length": "476"
@@ -46,7 +46,7 @@
46
46
  "request_content_type": null,
47
47
  "response_status": 200,
48
48
  "response_status_text": "OK",
49
- "response_body": "{\n \"fulfillments\": [\n {\n \"_id\": \"2\",\n \"created_at\": \"2019-11-27T00:44:21.538Z\",\n \"items\": [\n {\n \"_id\": \"5dddc6e51241594254076336\",\n \"created_at\": null,\n \"order_item_id\": \"5dddc6dd12415942540762ef\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-11-27T00:44:21.538Z\"\n },\n {\n \"_id\": \"1\",\n \"created_at\": \"2019-11-27T00:44:12.156Z\",\n \"items\": [\n {\n \"_id\": \"5dddc6dc12415942540762e3\",\n \"created_at\": null,\n \"order_item_id\": \"5dddc6d912415942540762b4\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-11-27T00:44:12.156Z\"\n }\n ]\n}",
49
+ "response_body": "{\n \"fulfillments\": [\n {\n \"_id\": \"2\",\n \"created_at\": \"2020-08-19T13:49:19.455Z\",\n \"items\": [\n {\n \"_id\": \"5f3d2ddf0218236de151f22b\",\n \"created_at\": null,\n \"order_item_id\": \"5f3d2ddb0218236de151f1e4\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2020-08-19T13:49:19.455Z\"\n },\n {\n \"_id\": \"1\",\n \"created_at\": \"2020-08-19T13:49:13.820Z\",\n \"items\": [\n {\n \"_id\": \"5f3d2dd90218236de151f1d8\",\n \"created_at\": null,\n \"order_item_id\": \"5f3d2dd50218236de151f1a9\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2020-08-19T13:49:13.820Z\"\n }\n ]\n}",
50
50
  "response_content_type": "application/json",
51
51
  "curl": "curl -g \"https://www.example.com/api/admin/fulfillments\" -X GET "
52
52
  }
@@ -23,23 +23,23 @@
23
23
  "Content-Type": "application/json; charset=utf-8",
24
24
  "X-Requested-With": "",
25
25
  "Vary": "X-Requested-With, X-Workarea-Segments",
26
- "Last-Modified": "Wed, 27 Nov 2019 00:44:02 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:48:55 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "c2629862-a1ed-4626-b4c6-e54fb8620b72",
29
- "X-Runtime": "0.218236",
28
+ "X-Request-Id": "3ce5f152-7de7-4e4c-8760-f295d7018f81",
29
+ "X-Runtime": "0.293819",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "416"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/fulfillments/1234/cancel_items",
36
- "request_body": "{\"items\":[{\"id\":\"5dddc6cf1241594254076237\",\"quantity\":1}]}",
36
+ "request_body": "{\"items\":[{\"id\":\"5f3d2dc20218236de151f0ec\",\"quantity\":1}]}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-11-27T00:44:02.418Z\",\n \"items\": [\n {\n \"_id\": \"5dddc6d21241594254076266\",\n \"created_at\": null,\n \"events\": [\n {\n \"_id\": \"5dddc6d21241594254076268\",\n \"created_at\": \"2019-11-27T00:44:02.779Z\",\n \"data\": {\n },\n \"quantity\": 1,\n \"status\": \"canceled\",\n \"updated_at\": \"2019-11-27T00:44:02.779Z\"\n }\n ],\n \"order_item_id\": \"5dddc6cf1241594254076237\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-11-27T00:44:02.782Z\"\n }\n}",
40
+ "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2020-08-19T13:48:55.044Z\",\n \"items\": [\n {\n \"_id\": \"5f3d2dc70218236de151f11b\",\n \"created_at\": null,\n \"events\": [\n {\n \"_id\": \"5f3d2dc70218236de151f11d\",\n \"created_at\": \"2020-08-19T13:48:55.598Z\",\n \"data\": {\n },\n \"quantity\": 1,\n \"status\": \"canceled\",\n \"updated_at\": \"2020-08-19T13:48:55.598Z\"\n }\n ],\n \"order_item_id\": \"5f3d2dc20218236de151f0ec\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2020-08-19T13:48:55.601Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/fulfillments/1234/cancel_items\" -d '{\"items\":[{\"id\":\"5dddc6cf1241594254076237\",\"quantity\":1}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/fulfillments/1234/cancel_items\" -d '{\"items\":[{\"id\":\"5f3d2dc20218236de151f0ec\",\"quantity\":1}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Fulfillment",
@@ -23,23 +23,23 @@
23
23
  "Content-Type": "application/json; charset=utf-8",
24
24
  "X-Requested-With": "",
25
25
  "Vary": "X-Requested-With, X-Workarea-Segments",
26
- "Last-Modified": "Wed, 27 Nov 2019 00:44:46 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:49:08 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "0d009e4e-e602-4463-a031-47ad0a2fb329",
29
- "X-Runtime": "0.229551",
28
+ "X-Request-Id": "03eaea3a-8c2a-4653-9326-c73bd3a0a0df",
29
+ "X-Runtime": "0.298634",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "437"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/fulfillments/1234/ship_items",
36
- "request_body": "{\"tracking_number\":\"1Z\",\"items\":[{\"id\":\"5dddc6fa1241594254076344\",\"quantity\":1}]}",
36
+ "request_body": "{\"tracking_number\":\"1Z\",\"items\":[{\"id\":\"5f3d2dcf0218236de151f169\",\"quantity\":1}]}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-11-27T00:44:45.639Z\",\n \"items\": [\n {\n \"_id\": \"5dddc6fd1241594254076373\",\n \"created_at\": null,\n \"events\": [\n {\n \"_id\": \"5dddc6fd1241594254076375\",\n \"created_at\": \"2019-11-27T00:44:45.995Z\",\n \"data\": {\n \"tracking_number\": \"1z\"\n },\n \"quantity\": 1,\n \"status\": \"shipped\",\n \"updated_at\": \"2019-11-27T00:44:45.995Z\"\n }\n ],\n \"order_item_id\": \"5dddc6fa1241594254076344\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-11-27T00:44:45.998Z\"\n }\n}",
40
+ "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2020-08-19T13:49:07.394Z\",\n \"items\": [\n {\n \"_id\": \"5f3d2dd30218236de151f198\",\n \"created_at\": null,\n \"events\": [\n {\n \"_id\": \"5f3d2dd30218236de151f19a\",\n \"created_at\": \"2020-08-19T13:49:07.860Z\",\n \"data\": {\n \"tracking_number\": \"1z\"\n },\n \"quantity\": 1,\n \"status\": \"shipped\",\n \"updated_at\": \"2020-08-19T13:49:07.860Z\"\n }\n ],\n \"order_item_id\": \"5f3d2dcf0218236de151f169\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2020-08-19T13:49:07.863Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/fulfillments/1234/ship_items\" -d '{\"tracking_number\":\"1Z\",\"items\":[{\"id\":\"5dddc6fa1241594254076344\",\"quantity\":1}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/fulfillments/1234/ship_items\" -d '{\"tracking_number\":\"1Z\",\"items\":[{\"id\":\"5f3d2dcf0218236de151f169\",\"quantity\":1}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Fulfillment",
@@ -21,10 +21,10 @@
21
21
  "Content-Type": "application/json; charset=utf-8",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:44:07 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:49:01 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "78bcead0-5945-4f62-a13a-1eb2df8d9f4b",
27
- "X-Runtime": "0.006757",
26
+ "X-Request-Id": "aa9d5dfd-a8db-4c1d-8e37-42049148573e",
27
+ "X-Runtime": "0.005815",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
30
  "Content-Length": "247"
@@ -35,7 +35,7 @@
35
35
  "request_content_type": null,
36
36
  "response_status": 200,
37
37
  "response_status_text": "OK",
38
- "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-11-27T00:44:06.809Z\",\n \"items\": [\n {\n \"_id\": \"5dddc6d612415942540762a6\",\n \"created_at\": null,\n \"order_item_id\": \"5dddc6d31241594254076277\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-11-27T00:44:06.809Z\"\n }\n}",
38
+ "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2020-08-19T13:49:01.515Z\",\n \"items\": [\n {\n \"_id\": \"5f3d2dcd0218236de151f15b\",\n \"created_at\": null,\n \"order_item_id\": \"5f3d2dc90218236de151f12c\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2020-08-19T13:49:01.515Z\"\n }\n}",
39
39
  "response_content_type": "application/json",
40
40
  "curl": "curl -g \"https://www.example.com/api/admin/fulfillments/1234\" -X GET "
41
41
  }
@@ -25,10 +25,10 @@
25
25
  "Content-Type": "application/json; charset=utf-8",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:46:19 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:10 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "023113ef-7b7b-4f80-91e1-868e6f568b60",
31
- "X-Runtime": "0.009481",
30
+ "X-Request-Id": "360a25e5-f7a7-427e-a1a7-bccbb01d964c",
31
+ "X-Runtime": "0.006840",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "741"
@@ -39,13 +39,13 @@
39
39
  "request_content_type": null,
40
40
  "response_status": 200,
41
41
  "response_status_text": "OK",
42
- "response_body": "{\n \"products\": [\n {\n \"_id\": \"AE9C99D2EC\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:19.439Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:19.723Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:19.439Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc75b124159425407656c\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
42
+ "response_body": "{\n \"products\": [\n {\n \"_id\": \"E09C6C3EE5\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:09.468Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:10.156Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:09.468Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d210218236de151eb3c\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
43
43
  "response_content_type": "application/json",
44
44
  "curl": "curl -g \"https://www.example.com/api/admin/products?locale=en\" -X GET "
45
45
  },
46
46
  {
47
47
  "request_headers": {
48
- "Cookie": "_dummy_session=SXV2VGtpUWpKMDVEenlJMnFBMUF3OUFnSXlCWTJGWEdTOWxYc2V2V1pqay9mYTBxN2dKNlRTRHBMWnQ3eDcyNXY5eTJsU2JFcEVIRjRYTXRMZUN4S1E9PS0tWlNMVmk3TE1hb1RXV2xaeiszMWNCQT09--4f13d09184dcbcd1170e5dce525d31a2494759e8"
48
+ "Cookie": "_dummy_session=eExKQ3ZpWlpWeGQvazE3ZVdHSnJRTnVYU3dYU010enN6YVNKSmhiRGk0VDZ3YzVKNUlWMlFQMXg5VkRZN2M2anJ6Sjg3NC93cmdwVWh1YjhMb0dSVGc9PS0tN1prSWZHamZoMFZnVTJQaXB0VVJHQT09--7c23c09d7f6dded4eb645641f30c659d601dfca8"
49
49
  },
50
50
  "request_query_parameters": {
51
51
  "locale": "es"
@@ -60,13 +60,13 @@
60
60
  "Content-Type": "application/json; charset=utf-8",
61
61
  "X-Requested-With": "",
62
62
  "Vary": "X-Requested-With, X-Workarea-Segments",
63
- "Last-Modified": "Wed, 27 Nov 2019 00:46:19 GMT",
63
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:10 GMT",
64
64
  "Cache-Control": "no-cache, no-store, must-revalidate",
65
- "X-Request-Id": "17f28d89-710b-4ce9-b3a2-0f33a6522849",
66
- "X-Runtime": "0.012967",
65
+ "X-Request-Id": "9496f423-781f-4902-93f3-3dfa70d94c50",
66
+ "X-Runtime": "0.008789",
67
67
  "X-Workarea-Segments": "",
68
68
  "Expires": "0",
69
- "Content-Length": "747"
69
+ "Content-Length": "672"
70
70
  },
71
71
  "request_method": "GET",
72
72
  "request_path": "/api/admin/products?locale=es",
@@ -74,9 +74,9 @@
74
74
  "request_content_type": null,
75
75
  "response_status": 200,
76
76
  "response_status_text": "OK",
77
- "response_body": "{\n \"products\": [\n {\n \"_id\": \"AE9C99D2EC\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:19.439Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:19.723Z\",\n \"meta_description\": null,\n \"name\": \"Producto de prueba\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:19.439Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc75b124159425407656c\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
77
+ "response_body": "{\n \"products\": [\n {\n \"_id\": \"E09C6C3EE5\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:09.468Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n },\n \"digital\": false,\n \"filters\": {\n },\n \"last_indexed_at\": \"2020-08-19T13:46:10.156Z\",\n \"meta_description\": null,\n \"name\": \"Producto de prueba\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:09.468Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d210218236de151eb3c\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": null,\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
78
78
  "response_content_type": "application/json",
79
- "curl": "curl -g \"https://www.example.com/api/admin/products?locale=es\" -X GET \\\n\t-H \"Cookie: _dummy_session=SXV2VGtpUWpKMDVEenlJMnFBMUF3OUFnSXlCWTJGWEdTOWxYc2V2V1pqay9mYTBxN2dKNlRTRHBMWnQ3eDcyNXY5eTJsU2JFcEVIRjRYTXRMZUN4S1E9PS0tWlNMVmk3TE1hb1RXV2xaeiszMWNCQT09--4f13d09184dcbcd1170e5dce525d31a2494759e8\""
79
+ "curl": "curl -g \"https://www.example.com/api/admin/products?locale=es\" -X GET \\\n\t-H \"Cookie: _dummy_session=eExKQ3ZpWlpWeGQvazE3ZVdHSnJRTnVYU3dYU010enN6YVNKSmhiRGk0VDZ3YzVKNUlWMlFQMXg5VkRZN2M2anJ6Sjg3NC93cmdwVWh1YjhMb0dSVGc9PS0tN1prSWZHamZoMFZnVTJQaXB0VVJHQT09--7c23c09d7f6dded4eb645641f30c659d601dfca8\""
80
80
  }
81
81
  ],
82
82
  "resource": "Global Functionality",
@@ -17,8 +17,8 @@
17
17
  "request_headers": {
18
18
  },
19
19
  "request_query_parameters": {
20
- "created_at_starts_at": "2019-11-26 00:46:21 UTC",
21
- "created_at_ends_at": "2019-11-28 00:46:21 UTC"
20
+ "created_at_starts_at": "2020-08-18 13:46:05 UTC",
21
+ "created_at_ends_at": "2020-08-20 13:46:05 UTC"
22
22
  },
23
23
  "response_headers": {
24
24
  "X-Frame-Options": "SAMEORIGIN",
@@ -30,23 +30,23 @@
30
30
  "Content-Type": "application/json; charset=utf-8",
31
31
  "X-Requested-With": "",
32
32
  "Vary": "X-Requested-With, X-Workarea-Segments",
33
- "Last-Modified": "Wed, 27 Nov 2019 00:46:21 GMT",
33
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:05 GMT",
34
34
  "Cache-Control": "no-cache, no-store, must-revalidate",
35
- "X-Request-Id": "feefc310-0167-4a05-b4bf-d45ac045c430",
36
- "X-Runtime": "0.008774",
35
+ "X-Request-Id": "8dc42fd5-6309-455b-b2cb-a9e7d7c9e5ac",
36
+ "X-Runtime": "0.008335",
37
37
  "X-Workarea-Segments": "",
38
38
  "Expires": "0",
39
39
  "Content-Length": "1470"
40
40
  },
41
41
  "request_method": "GET",
42
- "request_path": "/api/admin/products?created_at_starts_at=2019-11-26+00%3A46%3A21+UTC&created_at_ends_at=2019-11-28+00%3A46%3A21+UTC",
42
+ "request_path": "/api/admin/products?created_at_starts_at=2020-08-18+13%3A46%3A05+UTC&created_at_ends_at=2020-08-20+13%3A46%3A05+UTC",
43
43
  "request_body": null,
44
44
  "request_content_type": null,
45
45
  "response_status": 200,
46
46
  "response_status_text": "OK",
47
- "response_body": "{\n \"products\": [\n {\n \"_id\": \"1E5662ED5D\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:21.761Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:21.951Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:21.761Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc75d1241594254076580\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n },\n {\n \"_id\": \"4FC73335DA\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:21.379Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:21.751Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:21.618Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc75d1241594254076577\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
47
+ "response_body": "{\n \"products\": [\n {\n \"_id\": \"1BD3BA02EB\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:05.405Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:05.765Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:05.405Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d1d0218236de151eb21\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n },\n {\n \"_id\": \"E992C2F571\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:04.727Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:05.390Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:05.188Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d1c0218236de151eb18\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
48
48
  "response_content_type": "application/json",
49
- "curl": "curl -g \"https://www.example.com/api/admin/products?created_at_starts_at=2019-11-26+00%3A46%3A21+UTC&created_at_ends_at=2019-11-28+00%3A46%3A21+UTC\" -X GET "
49
+ "curl": "curl -g \"https://www.example.com/api/admin/products?created_at_starts_at=2020-08-18+13%3A46%3A05+UTC&created_at_ends_at=2020-08-20+13%3A46%3A05+UTC\" -X GET "
50
50
  }
51
51
  ],
52
52
  "resource": "Global Functionality",
@@ -17,8 +17,8 @@
17
17
  "request_headers": {
18
18
  },
19
19
  "request_query_parameters": {
20
- "updated_at_starts_at": "2019-11-26 00:46:27 UTC",
21
- "updated_at_ends_at": "2019-11-28 00:46:27 UTC"
20
+ "updated_at_starts_at": "2020-08-18 13:46:14 UTC",
21
+ "updated_at_ends_at": "2020-08-20 13:46:14 UTC"
22
22
  },
23
23
  "response_headers": {
24
24
  "X-Frame-Options": "SAMEORIGIN",
@@ -30,23 +30,23 @@
30
30
  "Content-Type": "application/json; charset=utf-8",
31
31
  "X-Requested-With": "",
32
32
  "Vary": "X-Requested-With, X-Workarea-Segments",
33
- "Last-Modified": "Wed, 27 Nov 2019 00:46:27 GMT",
33
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:14 GMT",
34
34
  "Cache-Control": "no-cache, no-store, must-revalidate",
35
- "X-Request-Id": "65d90f96-6dc3-45c1-91f8-fa7767d6fdd6",
36
- "X-Runtime": "0.011043",
35
+ "X-Request-Id": "6993dfc3-7789-4ea1-8173-81f4e78a9c12",
36
+ "X-Runtime": "0.010144",
37
37
  "X-Workarea-Segments": "",
38
38
  "Expires": "0",
39
39
  "Content-Length": "1470"
40
40
  },
41
41
  "request_method": "GET",
42
- "request_path": "/api/admin/products?updated_at_starts_at=2019-11-26+00%3A46%3A27+UTC&updated_at_ends_at=2019-11-28+00%3A46%3A27+UTC",
42
+ "request_path": "/api/admin/products?updated_at_starts_at=2020-08-18+13%3A46%3A14+UTC&updated_at_ends_at=2020-08-20+13%3A46%3A14+UTC",
43
43
  "request_body": null,
44
44
  "request_content_type": null,
45
45
  "response_status": 200,
46
46
  "response_status_text": "OK",
47
- "response_body": "{\n \"products\": [\n {\n \"_id\": \"F2908E09C4\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:27.174Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:27.338Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:27.174Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc76312415942540765af\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n },\n {\n \"_id\": \"9D68374432\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:26.471Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:27.163Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:27.035Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc76212415942540765a6\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
47
+ "response_body": "{\n \"products\": [\n {\n \"_id\": \"9349778291\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:14.390Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:14.782Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:14.390Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d260218236de151eb65\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n },\n {\n \"_id\": \"5702D10633\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:13.780Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:14.377Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:14.178Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d250218236de151eb5c\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
48
48
  "response_content_type": "application/json",
49
- "curl": "curl -g \"https://www.example.com/api/admin/products?updated_at_starts_at=2019-11-26+00%3A46%3A27+UTC&updated_at_ends_at=2019-11-28+00%3A46%3A27+UTC\" -X GET "
49
+ "curl": "curl -g \"https://www.example.com/api/admin/products?updated_at_starts_at=2020-08-18+13%3A46%3A14+UTC&updated_at_ends_at=2020-08-20+13%3A46%3A14+UTC\" -X GET "
50
50
  }
51
51
  ],
52
52
  "resource": "Global Functionality",
@@ -25,10 +25,10 @@
25
25
  "Content-Type": "application/json; charset=utf-8",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:46:16 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:12 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "c41640b5-39f4-4e7a-a996-c25f16bbc7fa",
31
- "X-Runtime": "0.009128",
30
+ "X-Request-Id": "bc70b3f1-39ff-4481-8a89-f47fe207a8f7",
31
+ "X-Runtime": "0.008205",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "1470"
@@ -39,7 +39,7 @@
39
39
  "request_content_type": null,
40
40
  "response_status": 200,
41
41
  "response_status_text": "OK",
42
- "response_body": "{\n \"products\": [\n {\n \"_id\": \"FE90881E79\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:16.183Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:16.351Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:16.183Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc7581241594254076551\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n },\n {\n \"_id\": \"0C006008AA\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:15.798Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:16.176Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:16.045Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc7571241594254076548\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
42
+ "response_body": "{\n \"products\": [\n {\n \"_id\": \"652A9EA6A1\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:11.988Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:12.329Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:11.988Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d230218236de151eb53\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n },\n {\n \"_id\": \"BB674676A4\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:11.332Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:11.972Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:11.682Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d230218236de151eb4a\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
43
43
  "response_content_type": "application/json",
44
44
  "curl": "curl -g \"https://www.example.com/api/admin/products?page=1\" -X GET "
45
45
  }
@@ -25,10 +25,10 @@
25
25
  "Content-Type": "application/json; charset=utf-8",
26
26
  "X-Requested-With": "",
27
27
  "Vary": "X-Requested-With, X-Workarea-Segments",
28
- "Last-Modified": "Wed, 27 Nov 2019 00:46:25 GMT",
28
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:03 GMT",
29
29
  "Cache-Control": "no-cache, no-store, must-revalidate",
30
- "X-Request-Id": "41ee8aa9-4a90-4dca-a63f-bb9de95a757d",
31
- "X-Runtime": "0.006204",
30
+ "X-Request-Id": "d7156dd9-85d4-489e-acc0-6b464d4eb5a4",
31
+ "X-Runtime": "0.006392",
32
32
  "X-Workarea-Segments": "",
33
33
  "Expires": "0",
34
34
  "Content-Length": "15"
@@ -30,10 +30,10 @@
30
30
  "Content-Type": "application/json; charset=utf-8",
31
31
  "X-Requested-With": "",
32
32
  "Vary": "X-Requested-With, X-Workarea-Segments",
33
- "Last-Modified": "Wed, 27 Nov 2019 00:46:18 GMT",
33
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:08 GMT",
34
34
  "Cache-Control": "no-cache, no-store, must-revalidate",
35
- "X-Request-Id": "34fe40ca-9ab3-48d9-80cd-ef78c950695c",
36
- "X-Runtime": "0.008967",
35
+ "X-Request-Id": "3c5edf8e-3d83-409a-8354-43a6892997ac",
36
+ "X-Runtime": "0.007928",
37
37
  "X-Workarea-Segments": "",
38
38
  "Expires": "0",
39
39
  "Content-Length": "1470"
@@ -44,7 +44,7 @@
44
44
  "request_content_type": null,
45
45
  "response_status": 200,
46
46
  "response_status_text": "OK",
47
- "response_body": "{\n \"products\": [\n {\n \"_id\": \"FA159F10A9\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:17.924Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:18.118Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:17.924Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc7591241594254076563\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n },\n {\n \"_id\": \"2FD88D2901\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:46:17.551Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2019-11-27T00:46:17.915Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:46:17.791Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc759124159425407655a\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
47
+ "response_body": "{\n \"products\": [\n {\n \"_id\": \"856046A927\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:07.662Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:08.054Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:07.662Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d1f0218236de151eb33\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n },\n {\n \"_id\": \"CE707AD0B3\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:46:07.031Z\",\n \"customizations\": null,\n \"default_category_id\": null,\n \"description\": null,\n \"details\": {\n \"Material\": [\n \"Cotton\"\n ],\n \"Style\": [\n \"12345\"\n ]\n },\n \"digital\": false,\n \"filters\": {\n \"Material\": \"Cotton\",\n \"Style\": \"12345\"\n },\n \"last_indexed_at\": \"2020-08-19T13:46:07.650Z\",\n \"meta_description\": null,\n \"name\": \"Test Product\",\n \"purchasable\": true,\n \"slug\": \"test-product\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2020-08-19T13:46:07.437Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d1f0218236de151eb2a\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n }\n ]\n}",
48
48
  "response_content_type": "application/json",
49
49
  "curl": "curl -g \"https://www.example.com/api/admin/products?sort_by=created_at&sort_direction=desc\" -X GET "
50
50
  }
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:35:49 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:39 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "7481bb17-e3e0-4d92-ad19-53081c6d6fa0",
27
- "X-Runtime": "0.097856",
26
+ "X-Request-Id": "221141c4-06e2-45f2-bab8-a1469c1f40b2",
27
+ "X-Runtime": "0.113909",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
32
  "request_path": "/api/admin/inventory_skus/bulk",
33
- "request_body": "{\"inventory_skus\":[{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-11-27T00:35:49.548Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-11-27T00:35:49.548Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-11-27T00:35:49.548Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-11-27T00:35:49.548Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-11-27T00:35:49.548Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-11-27T00:35:49.548Z\",\"_id\":1}]}",
33
+ "request_body": "{\"inventory_skus\":[{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2020-08-19T13:46:39.708Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2020-08-19T13:46:39.708Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2020-08-19T13:46:39.708Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2020-08-19T13:46:39.708Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2020-08-19T13:46:39.708Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2020-08-19T13:46:39.708Z\",\"_id\":1}]}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/inventory_skus/bulk\" -d '{\"inventory_skus\":[{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-11-27T00:35:49.548Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-11-27T00:35:49.548Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-11-27T00:35:49.548Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-11-27T00:35:49.548Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-11-27T00:35:49.548Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-11-27T00:35:49.548Z\",\"_id\":1}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/inventory_skus/bulk\" -d '{\"inventory_skus\":[{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2020-08-19T13:46:39.708Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2020-08-19T13:46:39.708Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2020-08-19T13:46:39.708Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2020-08-19T13:46:39.708Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2020-08-19T13:46:39.708Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2020-08-19T13:46:39.708Z\",\"_id\":1}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Inventory SKUs",
@@ -23,23 +23,23 @@
23
23
  "Content-Type": "application/json; charset=utf-8",
24
24
  "X-Requested-With": "",
25
25
  "Vary": "X-Requested-With, X-Workarea-Segments",
26
- "Last-Modified": "Wed, 27 Nov 2019 00:35:51 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:38 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "9918e080-77b8-42c3-ad17-c0d4344e23ea",
29
- "X-Runtime": "0.033798",
28
+ "X-Request-Id": "13d282e1-eaf3-4de1-913e-58c0657aab22",
29
+ "X-Runtime": "0.043229",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "226"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/inventory_skus",
36
- "request_body": "{\"inventory_sku\":{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-11-27T00:35:51.791Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-11-27T00:35:51.791Z\",\"_id\":\"SKU2\"}}",
36
+ "request_body": "{\"inventory_sku\":{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2020-08-19T13:46:38.513Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2020-08-19T13:46:38.513Z\",\"_id\":\"SKU2\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU2\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-11-27T00:35:51.791Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-11-27T00:35:51.791Z\"\n }\n}",
40
+ "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU2\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2020-08-19T13:46:38.513Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2020-08-19T13:46:38.513Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/inventory_skus\" -d '{\"inventory_sku\":{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-11-27T00:35:51.791Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-11-27T00:35:51.791Z\",\"_id\":\"SKU2\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/inventory_skus\" -d '{\"inventory_sku\":{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2020-08-19T13:46:38.513Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2020-08-19T13:46:38.513Z\",\"_id\":\"SKU2\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Inventory SKUs",
@@ -35,10 +35,10 @@
35
35
  "Content-Type": "application/json; charset=utf-8",
36
36
  "X-Requested-With": "",
37
37
  "Vary": "X-Requested-With, X-Workarea-Segments",
38
- "Last-Modified": "Wed, 27 Nov 2019 00:35:46 GMT",
38
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:37 GMT",
39
39
  "Cache-Control": "no-cache, no-store, must-revalidate",
40
- "X-Request-Id": "ec855258-1e67-426f-8d90-b4567f7c8b77",
41
- "X-Runtime": "0.010326",
40
+ "X-Request-Id": "0fe37a99-7027-4fd8-a44d-c632e8be6658",
41
+ "X-Runtime": "0.007258",
42
42
  "X-Workarea-Segments": "",
43
43
  "Expires": "0",
44
44
  "Content-Length": "438"
@@ -49,7 +49,7 @@
49
49
  "request_content_type": null,
50
50
  "response_status": 200,
51
51
  "response_status_text": "OK",
52
- "response_body": "{\n \"inventory_skus\": [\n {\n \"_id\": \"SKU1\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-11-27T00:35:46.013Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-11-27T00:35:46.013Z\"\n },\n {\n \"_id\": \"SKU0\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-11-27T00:35:45.970Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-11-27T00:35:45.970Z\"\n }\n ]\n}",
52
+ "response_body": "{\n \"inventory_skus\": [\n {\n \"_id\": \"SKU1\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2020-08-19T13:46:37.439Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2020-08-19T13:46:37.439Z\"\n },\n {\n \"_id\": \"SKU0\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2020-08-19T13:46:37.374Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2020-08-19T13:46:37.374Z\"\n }\n ]\n}",
53
53
  "response_content_type": "application/json",
54
54
  "curl": "curl -g \"https://www.example.com/api/admin/inventory_skus?page=1&sort_by=created_at&sort_direction=desc\" -X GET "
55
55
  }
@@ -21,10 +21,10 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:35:54 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:41 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "302e961d-23e7-46a9-9cc5-84d55937ab3b",
27
- "X-Runtime": "0.020122",
26
+ "X-Request-Id": "7da7fd3b-2cad-45b7-9c7d-f2f03f2907cc",
27
+ "X-Runtime": "0.028218",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
@@ -21,10 +21,10 @@
21
21
  "Content-Type": "application/json; charset=utf-8",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:35:47 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:42 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "f455897c-2bf7-40f7-b1d9-8153966d64a8",
27
- "X-Runtime": "0.006914",
26
+ "X-Request-Id": "907880a5-61b1-4157-8fc8-4e54a1cb09b1",
27
+ "X-Runtime": "0.006334",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
30
  "Content-Length": "225"
@@ -35,7 +35,7 @@
35
35
  "request_content_type": null,
36
36
  "response_status": 200,
37
37
  "response_status_text": "OK",
38
- "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-11-27T00:35:47.555Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-11-27T00:35:47.555Z\"\n }\n}",
38
+ "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2020-08-19T13:46:42.109Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2020-08-19T13:46:42.109Z\"\n }\n}",
39
39
  "response_content_type": "application/json",
40
40
  "curl": "curl -g \"https://www.example.com/api/admin/inventory_skus/SKU\" -X GET "
41
41
  }
@@ -21,10 +21,10 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:35:50 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:46:43 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "772f4794-e4f5-475e-b4aa-62fb5838dcb3",
27
- "X-Runtime": "0.036654",
26
+ "X-Request-Id": "d3e0465f-8254-439e-a77a-5fc8dcdfafe5",
27
+ "X-Runtime": "0.040314",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
@@ -19,27 +19,27 @@
19
19
  "X-Download-Options": "noopen",
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
- "Location": "/api/admin/navigation_menus/5dddc77b1241594254076663",
22
+ "Location": "/api/admin/navigation_menus/5f3d2d060218236de151ea7a",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
24
  "X-Requested-With": "",
25
25
  "Vary": "X-Requested-With, X-Workarea-Segments",
26
- "Last-Modified": "Wed, 27 Nov 2019 00:46:51 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:42 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "20b89706-4cd5-4344-a581-bbfdda6b4cb8",
29
- "X-Runtime": "0.047064",
28
+ "X-Request-Id": "db141fe7-3810-48aa-a5ae-eb771fa389e9",
29
+ "X-Runtime": "0.070576",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "243"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/navigation_menus",
36
- "request_body": "{\"navigation_menu\":{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:51.876Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5dddc77b124159425407665e\",\"updated_at\":\"2019-11-27T00:46:51.876Z\"}}",
36
+ "request_body": "{\"navigation_menu\":{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:45:41.965Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5f3d2d050218236de151ea75\",\"updated_at\":\"2020-08-19T13:45:41.965Z\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"navigation_menu\": {\n \"_id\": \"5dddc77b1241594254076663\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2019-11-27T00:46:51.876Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5dddc77b124159425407665e\",\n \"updated_at\": \"2019-11-27T00:46:51.876Z\"\n }\n}",
40
+ "response_body": "{\n \"navigation_menu\": {\n \"_id\": \"5f3d2d060218236de151ea7a\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2020-08-19T13:45:41.965Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5f3d2d050218236de151ea75\",\n \"updated_at\": \"2020-08-19T13:45:41.965Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/navigation_menus\" -d '{\"navigation_menu\":{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:51.876Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5dddc77b124159425407665e\",\"updated_at\":\"2019-11-27T00:46:51.876Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/navigation_menus\" -d '{\"navigation_menu\":{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:45:41.965Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5f3d2d050218236de151ea75\",\"updated_at\":\"2020-08-19T13:45:41.965Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Navigation menus",