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
@@ -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:46:31 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:52:04 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "64c377e3-be5c-478d-9de3-b2b7758e3f3e",
27
- "X-Runtime": "0.107956",
26
+ "X-Request-Id": "f8776120-dbd3-4fee-9ab7-7db2ed10a25d",
27
+ "X-Runtime": "0.128729",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
32
  "request_path": "/api/admin/pricing_skus/bulk",
33
- "request_body": "{\"pricing_skus\":[{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:31.003Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:46:31.003Z\",\"_id\":1},{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:31.003Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:46:31.003Z\",\"_id\":1},{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:31.003Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:46:31.003Z\",\"_id\":1}]}",
33
+ "request_body": "{\"pricing_skus\":[{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:52:03.884Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:52:03.884Z\",\"_id\":1},{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:52:03.884Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:52:03.884Z\",\"_id\":1},{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:52:03.884Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:52:03.884Z\",\"_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/pricing_skus/bulk\" -d '{\"pricing_skus\":[{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:31.003Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:46:31.003Z\",\"_id\":1},{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:31.003Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:46:31.003Z\",\"_id\":1},{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:31.003Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:46:31.003Z\",\"_id\":1}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/pricing_skus/bulk\" -d '{\"pricing_skus\":[{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:52:03.884Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:52:03.884Z\",\"_id\":1},{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:52:03.884Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:52:03.884Z\",\"_id\":1},{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:52:03.884Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:52:03.884Z\",\"_id\":1}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Pricing 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:46:29 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:52:07 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "6870a5a5-38aa-4f57-87aa-f15c5e803a93",
29
- "X-Runtime": "0.038278",
28
+ "X-Request-Id": "591c0924-c915-47a6-a313-516ff8c85e39",
29
+ "X-Runtime": "0.046024",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "212"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/pricing_skus",
36
- "request_body": "{\"pricing_sku\":{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:29.431Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:46:29.431Z\",\"_id\":\"SKU2\"}}",
36
+ "request_body": "{\"pricing_sku\":{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:52:07.333Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:52:07.333Z\",\"_id\":\"SKU2\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"pricing_sku\": {\n \"_id\": \"SKU2\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2019-11-27T00:46:29.431Z\",\n \"discountable\": true,\n \"msrp\": null,\n \"on_sale\": false,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:46:29.431Z\"\n }\n}",
40
+ "response_body": "{\n \"pricing_sku\": {\n \"_id\": \"SKU2\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2020-08-19T13:52:07.333Z\",\n \"discountable\": true,\n \"msrp\": null,\n \"on_sale\": false,\n \"tax_code\": null,\n \"updated_at\": \"2020-08-19T13:52:07.333Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/pricing_skus\" -d '{\"pricing_sku\":{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:46:29.431Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:46:29.431Z\",\"_id\":\"SKU2\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/pricing_skus\" -d '{\"pricing_sku\":{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2020-08-19T13:52:07.333Z\",\"discountable\":true,\"msrp\":null,\"on_sale\":false,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:52:07.333Z\",\"_id\":\"SKU2\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Pricing 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:46:32 GMT",
38
+ "Last-Modified": "Wed, 19 Aug 2020 13:52:09 GMT",
39
39
  "Cache-Control": "no-cache, no-store, must-revalidate",
40
- "X-Request-Id": "67d22df5-2f0c-4e2e-a116-1f3671a88e9e",
41
- "X-Runtime": "0.007753",
40
+ "X-Request-Id": "3360e9dc-c2d3-467e-b3d6-0663d89d65d4",
41
+ "X-Runtime": "0.007200",
42
42
  "X-Workarea-Segments": "",
43
43
  "Expires": "0",
44
44
  "Content-Length": "412"
@@ -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 \"pricing_skus\": [\n {\n \"_id\": \"SKU1\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2019-11-27T00:46:32.374Z\",\n \"discountable\": true,\n \"msrp\": null,\n \"on_sale\": false,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:46:32.374Z\"\n },\n {\n \"_id\": \"SKU0\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2019-11-27T00:46:32.326Z\",\n \"discountable\": true,\n \"msrp\": null,\n \"on_sale\": false,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:46:32.326Z\"\n }\n ]\n}",
52
+ "response_body": "{\n \"pricing_skus\": [\n {\n \"_id\": \"SKU1\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2020-08-19T13:52:09.721Z\",\n \"discountable\": true,\n \"msrp\": null,\n \"on_sale\": false,\n \"tax_code\": null,\n \"updated_at\": \"2020-08-19T13:52:09.721Z\"\n },\n {\n \"_id\": \"SKU0\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2020-08-19T13:52:09.657Z\",\n \"discountable\": true,\n \"msrp\": null,\n \"on_sale\": false,\n \"tax_code\": null,\n \"updated_at\": \"2020-08-19T13:52:09.657Z\"\n }\n ]\n}",
53
53
  "response_content_type": "application/json",
54
54
  "curl": "curl -g \"https://www.example.com/api/admin/pricing_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:46:35 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:52:05 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "3203dfe0-8784-401a-8bd3-972d10eebe8f",
27
- "X-Runtime": "0.025807",
26
+ "X-Request-Id": "954fbc33-2448-4485-a822-e7f1cb3ca8ca",
27
+ "X-Runtime": "0.027939",
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:46:33 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:52:06 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "783895c4-caed-4405-8e5e-41f72488525d",
27
- "X-Runtime": "0.005650",
26
+ "X-Request-Id": "5a6616bc-e73f-4e61-bc71-397817450e2b",
27
+ "X-Runtime": "0.005937",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
30
  "Content-Length": "212"
@@ -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 \"pricing_sku\": {\n \"_id\": \"2134\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2019-11-27T00:46:33.948Z\",\n \"discountable\": true,\n \"msrp\": null,\n \"on_sale\": false,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:46:33.948Z\"\n }\n}",
38
+ "response_body": "{\n \"pricing_sku\": {\n \"_id\": \"2134\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2020-08-19T13:52:06.246Z\",\n \"discountable\": true,\n \"msrp\": null,\n \"on_sale\": false,\n \"tax_code\": null,\n \"updated_at\": \"2020-08-19T13:52:06.246Z\"\n }\n}",
39
39
  "response_content_type": "application/json",
40
40
  "curl": "curl -g \"https://www.example.com/api/admin/pricing_skus/2134\" -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:46:28 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:52:08 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "ff7c0e61-ac9d-4dbd-8000-e4cac554949b",
27
- "X-Runtime": "0.034890",
26
+ "X-Request-Id": "30f26a37-2116-43cd-a904-ad4681f3befd",
27
+ "X-Runtime": "0.047951",
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/products/243319CB2D/images",
22
+ "Location": "/api/admin/products/425C5EE3BA/images",
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:45:39 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:51:43 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "35f6b61c-fd17-495b-bed2-017631eaa88d",
29
- "X-Runtime": "0.248356",
28
+ "X-Request-Id": "690e111b-de70-4724-b63e-74b51ee6d1db",
29
+ "X-Runtime": "0.332142",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "406"
33
33
  },
34
34
  "request_method": "POST",
35
- "request_path": "/api/admin/products/243319CB2D/images",
35
+ "request_path": "/api/admin/products/425C5EE3BA/images",
36
36
  "request_body": "{\"image\":{\"image_url\":\"data:image/jpeg;base64,GEGseg42g3g...\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"image\": {\n \"_id\": \"5dddc73312415942540764e7\",\n \"created_at\": \"2019-11-27T00:45:39.359Z\",\n \"image_aspect_ratio\": null,\n \"image_format\": null,\n \"image_height\": null,\n \"image_image\": false,\n \"image_inverse_aspect_ratio\": null,\n \"image_landscape\": null,\n \"image_name\": \"file.jpeg\",\n \"image_portrait\": null,\n \"image_uid\": \"2019/11/26/1ynb8b7e2y_file.jpeg\",\n \"image_width\": null,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2019-11-27T00:45:39.359Z\"\n }\n}",
40
+ "response_body": "{\n \"image\": {\n \"_id\": \"5f3d2e6f0218236de151f99a\",\n \"created_at\": \"2020-08-19T13:51:43.348Z\",\n \"image_aspect_ratio\": null,\n \"image_format\": null,\n \"image_height\": null,\n \"image_image\": false,\n \"image_inverse_aspect_ratio\": null,\n \"image_landscape\": null,\n \"image_name\": \"file.jpeg\",\n \"image_portrait\": null,\n \"image_uid\": \"2020/08/19/5yqqczxwih_file.jpeg\",\n \"image_width\": null,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2020-08-19T13:51:43.348Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/products/243319CB2D/images\" -d '{\"image\":{\"image_url\":\"data:image/jpeg;base64,GEGseg42g3g...\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/products/425C5EE3BA/images\" -d '{\"image\":{\"image_url\":\"data:image/jpeg;base64,GEGseg42g3g...\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Product Images",
@@ -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/products/CF9CB4F608/images",
22
+ "Location": "/api/admin/products/4801C0E9FD/images",
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:00 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:51:41 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "e7b3176f-23c1-47e1-9415-99989fc80dcc",
29
- "X-Runtime": "3.207554",
28
+ "X-Request-Id": "20891635-ea00-4864-91cc-b2fb761e338e",
29
+ "X-Runtime": "0.233924",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "425"
33
33
  },
34
34
  "request_method": "POST",
35
- "request_path": "/api/admin/products/CF9CB4F608/images",
35
+ "request_path": "/api/admin/products/4801C0E9FD/images",
36
36
  "request_body": "{\"image\":{\"image_url\":\"http://dreamatico.com/data_images/kitten/kitten-2.jpg\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"image\": {\n \"_id\": \"5dddc74512415942540764fd\",\n \"created_at\": \"2019-11-27T00:45:57.728Z\",\n \"image_aspect_ratio\": 1.2,\n \"image_format\": \"jpeg\",\n \"image_height\": 800,\n \"image_image\": true,\n \"image_inverse_aspect_ratio\": 0.8333333333333334,\n \"image_landscape\": true,\n \"image_name\": \"kitten-2.jpg\",\n \"image_portrait\": false,\n \"image_uid\": \"2019/11/26/7qx7xbdpjj_kitten_2.jpg\",\n \"image_width\": 960,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2019-11-27T00:45:57.728Z\"\n }\n}",
40
+ "response_body": "{\n \"image\": {\n \"_id\": \"5f3d2e6d0218236de151f984\",\n \"created_at\": \"2020-08-19T13:51:41.489Z\",\n \"image_aspect_ratio\": 1.2,\n \"image_format\": \"jpeg\",\n \"image_height\": 800,\n \"image_image\": true,\n \"image_inverse_aspect_ratio\": 0.8333333333333334,\n \"image_landscape\": true,\n \"image_name\": \"kitten-2.jpg\",\n \"image_portrait\": false,\n \"image_uid\": \"2020/08/19/8a1aepqdo1_kitten_2.jpg\",\n \"image_width\": 960,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2020-08-19T13:51:41.489Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/products/CF9CB4F608/images\" -d '{\"image\":{\"image_url\":\"http://dreamatico.com/data_images/kitten/kitten-2.jpg\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/products/4801C0E9FD/images\" -d '{\"image\":{\"image_url\":\"http://dreamatico.com/data_images/kitten/kitten-2.jpg\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Product Images",
@@ -21,23 +21,23 @@
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:45:36 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:51:48 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "6d32e35b-41e9-460f-8c5f-0ad4edb4c915",
27
- "X-Runtime": "0.007649",
26
+ "X-Request-Id": "00236dc7-28a5-4b77-86f2-a28be3265fdd",
27
+ "X-Runtime": "0.007822",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
- "Content-Length": "805"
30
+ "Content-Length": "806"
31
31
  },
32
32
  "request_method": "GET",
33
- "request_path": "/api/admin/products/5C5E0808B2/images",
33
+ "request_path": "/api/admin/products/54183BE70B/images",
34
34
  "request_body": null,
35
35
  "request_content_type": null,
36
36
  "response_status": 200,
37
37
  "response_status_text": "OK",
38
- "response_body": "{\n \"images\": [\n {\n \"_id\": \"5dddc72f12415942540764c1\",\n \"created_at\": \"2019-11-27T00:45:35.572Z\",\n \"image_aspect_ratio\": null,\n \"image_format\": null,\n \"image_height\": null,\n \"image_image\": false,\n \"image_inverse_aspect_ratio\": null,\n \"image_landscape\": null,\n \"image_name\": \"file.jpeg\",\n \"image_portrait\": null,\n \"image_uid\": \"2019/11/26/6uar9txujq_file.jpeg\",\n \"image_width\": null,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2019-11-27T00:45:35.572Z\"\n },\n {\n \"_id\": \"5dddc72f12415942540764cc\",\n \"created_at\": \"2019-11-27T00:45:35.852Z\",\n \"image_aspect_ratio\": null,\n \"image_format\": null,\n \"image_height\": null,\n \"image_image\": false,\n \"image_inverse_aspect_ratio\": null,\n \"image_landscape\": null,\n \"image_name\": \"file.jpeg\",\n \"image_portrait\": null,\n \"image_uid\": \"2019/11/26/6mt35knpr_file.jpeg\",\n \"image_width\": null,\n \"option\": null,\n \"position\": 1,\n \"updated_at\": \"2019-11-27T00:45:35.852Z\"\n }\n ]\n}",
38
+ "response_body": "{\n \"images\": [\n {\n \"_id\": \"5f3d2e730218236de151f9ca\",\n \"created_at\": \"2020-08-19T13:51:47.881Z\",\n \"image_aspect_ratio\": null,\n \"image_format\": null,\n \"image_height\": null,\n \"image_image\": false,\n \"image_inverse_aspect_ratio\": null,\n \"image_landscape\": null,\n \"image_name\": \"file.jpeg\",\n \"image_portrait\": null,\n \"image_uid\": \"2020/08/19/5ywnfc68j9_file.jpeg\",\n \"image_width\": null,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2020-08-19T13:51:47.881Z\"\n },\n {\n \"_id\": \"5f3d2e740218236de151f9d5\",\n \"created_at\": \"2020-08-19T13:51:48.317Z\",\n \"image_aspect_ratio\": null,\n \"image_format\": null,\n \"image_height\": null,\n \"image_image\": false,\n \"image_inverse_aspect_ratio\": null,\n \"image_landscape\": null,\n \"image_name\": \"file.jpeg\",\n \"image_portrait\": null,\n \"image_uid\": \"2020/08/19/5qt57r9x1z_file.jpeg\",\n \"image_width\": null,\n \"option\": null,\n \"position\": 1,\n \"updated_at\": \"2020-08-19T13:51:48.317Z\"\n }\n ]\n}",
39
39
  "response_content_type": "application/json",
40
- "curl": "curl -g \"https://www.example.com/api/admin/products/5C5E0808B2/images\" -X GET "
40
+ "curl": "curl -g \"https://www.example.com/api/admin/products/54183BE70B/images\" -X GET "
41
41
  }
42
42
  ],
43
43
  "resource": "Product Images",
@@ -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:46:12 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:51:45 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "6770f354-1084-4083-9cc1-6da6c8d0339a",
27
- "X-Runtime": "0.147895",
26
+ "X-Request-Id": "6d4bff88-514c-42ee-a27d-39af85816901",
27
+ "X-Runtime": "0.242626",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "DELETE",
32
- "request_path": "/api/admin/products/55B078EF36/images/5dddc7541241594254076512",
32
+ "request_path": "/api/admin/products/C075E59FEA/images/5f3d2e710218236de151f9af",
33
33
  "request_body": null,
34
34
  "request_content_type": "application/x-www-form-urlencoded",
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/products/55B078EF36/images/5dddc7541241594254076512\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
39
+ "curl": "curl \"https://www.example.com/api/admin/products/C075E59FEA/images/5f3d2e710218236de151f9af\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
40
40
  }
41
41
  ],
42
42
  "resource": "Product Images",
@@ -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:46:14 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:51:39 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "42157c79-9e11-4e37-97cf-f25769d2379f",
27
- "X-Runtime": "0.165478",
26
+ "X-Request-Id": "38b1faf8-69a0-4c86-b3f2-b4f4ae6ed7ce",
27
+ "X-Runtime": "0.278631",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/products/5D6DC51A2E/images/5dddc756124159425407652d",
32
+ "request_path": "/api/admin/products/256383CCB6/images/5f3d2e6b0218236de151f963",
33
33
  "request_body": "{\"image\":{\"name\":\"foo\"}}",
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/products/5D6DC51A2E/images/5dddc756124159425407652d\" -d '{\"image\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/products/256383CCB6/images/5f3d2e6b0218236de151f963\" -d '{\"image\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Product Images",
@@ -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:39:21 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:48:00 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "60f53b34-01c1-48c3-816d-cd519d600c2e",
27
- "X-Runtime": "0.455091",
26
+ "X-Request-Id": "801e3df8-0abe-4c1f-9bc8-9a7648fbeaf5",
27
+ "X-Runtime": "0.617476",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
32
  "request_path": "/api/admin/products/bulk",
33
- "request_body": "{\"products\":[{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:20.760Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:20.760Z\",\"variants\":[{\"_id\":\"5dddc5b81241594254075a39\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]},{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:20.760Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:20.760Z\",\"variants\":[{\"_id\":\"5dddc5b81241594254075a39\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]},{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:20.760Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:20.760Z\",\"variants\":[{\"_id\":\"5dddc5b81241594254075a39\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}]}",
33
+ "request_body": "{\"products\":[{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:59.303Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:59.303Z\",\"variants\":[{\"_id\":\"5f3d2d8f0218236de151eebf\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]},{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:59.303Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:59.303Z\",\"variants\":[{\"_id\":\"5f3d2d8f0218236de151eebf\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]},{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:59.303Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:59.303Z\",\"variants\":[{\"_id\":\"5f3d2d8f0218236de151eebf\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}]}",
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/products/bulk\" -d '{\"products\":[{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:20.760Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:20.760Z\",\"variants\":[{\"_id\":\"5dddc5b81241594254075a39\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]},{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:20.760Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:20.760Z\",\"variants\":[{\"_id\":\"5dddc5b81241594254075a39\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]},{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:20.760Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:20.760Z\",\"variants\":[{\"_id\":\"5dddc5b81241594254075a39\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/products/bulk\" -d '{\"products\":[{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:59.303Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:59.303Z\",\"variants\":[{\"_id\":\"5f3d2d8f0218236de151eebf\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]},{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:59.303Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:59.303Z\",\"variants\":[{\"_id\":\"5f3d2d8f0218236de151eebf\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]},{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:59.303Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:59.303Z\",\"variants\":[{\"_id\":\"5f3d2d8f0218236de151eebf\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Products",
@@ -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/products/A80C8852D1",
22
+ "Location": "/api/admin/products/C379505BDB",
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:39:29 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:56 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "4cb4edc2-4bae-42ec-b109-068a852b4707",
29
- "X-Runtime": "0.143834",
28
+ "X-Request-Id": "1a2f75b6-f8fa-44d6-bedc-603f5b808fa9",
29
+ "X-Runtime": "0.206422",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "718"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/products",
36
- "request_body": "{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:28.772Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:28.772Z\",\"variants\":[{\"_id\":\"5dddc5c01241594254075a80\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}",
36
+ "request_body": "{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:55.493Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:55.493Z\",\"variants\":[{\"_id\":\"5f3d2d8b0218236de151ee9e\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"product\": {\n \"_id\": \"A80C8852D1\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:39:28.772Z\",\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\": null,\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:39:28.772Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc5c01241594254075a80\",\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}",
40
+ "response_body": "{\n \"product\": {\n \"_id\": \"C379505BDB\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:47:55.493Z\",\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\": null,\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:47:55.493Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d8b0218236de151ee9e\",\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}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/products\" -d '{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:28.772Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:28.772Z\",\"variants\":[{\"_id\":\"5dddc5c01241594254075a80\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/products\" -d '{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:55.493Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:55.493Z\",\"variants\":[{\"_id\":\"5f3d2d8b0218236de151ee9e\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Products",
@@ -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:39:26 GMT",
38
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:58 GMT",
39
39
  "Cache-Control": "no-cache, no-store, must-revalidate",
40
- "X-Request-Id": "19aa2daa-47ba-4f88-8692-f63bbb368bf1",
41
- "X-Runtime": "0.007712",
40
+ "X-Request-Id": "b7e6ea6f-da14-443b-b6cb-36cc04e3bba6",
41
+ "X-Runtime": "0.007849",
42
42
  "X-Workarea-Segments": "",
43
43
  "Expires": "0",
44
44
  "Content-Length": "1470"
@@ -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 \"products\": [\n {\n \"_id\": \"963A608219\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:39:25.905Z\",\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:39:26.068Z\",\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:39:25.905Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc5bd1241594254075a6d\",\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\": \"4F3DE31BB9\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:39:25.194Z\",\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:39:25.894Z\",\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:39:25.771Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc5bd1241594254075a64\",\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}",
52
+ "response_body": "{\n \"products\": [\n {\n \"_id\": \"A17E67668C\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:47:57.889Z\",\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:47:58.186Z\",\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:47:57.889Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d8d0218236de151eeb6\",\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\": \"9AF8092410\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:47:57.257Z\",\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:47:57.877Z\",\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:47:57.680Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d8d0218236de151eead\",\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}",
53
53
  "response_content_type": "application/json",
54
54
  "curl": "curl -g \"https://www.example.com/api/admin/products?page=1&sort_by=created_at&sort_direction=desc\" -X GET "
55
55
  }
@@ -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:39:23 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:52 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "1b587607-4f69-4d6a-aff7-6c5c1d433a58",
27
- "X-Runtime": "0.036945",
26
+ "X-Request-Id": "d71c910d-f354-4fb4-a08b-57652ae1f1e9",
27
+ "X-Runtime": "0.054586",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "DELETE",
32
- "request_path": "/api/admin/products/B824A47AD8",
32
+ "request_path": "/api/admin/products/E8A17B7CBB",
33
33
  "request_body": null,
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/products/B824A47AD8\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/products/E8A17B7CBB\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Products",
@@ -21,23 +21,23 @@
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:39:27 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:50 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "545e1e0c-ba45-4913-9f62-9ad6c6ce5a49",
27
- "X-Runtime": "0.009660",
26
+ "X-Request-Id": "4ca3f65b-1279-4dc5-bfbf-1b7fdc098e48",
27
+ "X-Runtime": "0.007683",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
30
  "Content-Length": "738"
31
31
  },
32
32
  "request_method": "GET",
33
- "request_path": "/api/admin/products/BBA89A8D0A",
33
+ "request_path": "/api/admin/products/C09A2AA298",
34
34
  "request_body": null,
35
35
  "request_content_type": null,
36
36
  "response_status": 200,
37
37
  "response_status_text": "OK",
38
- "response_body": "{\n \"product\": {\n \"_id\": \"BBA89A8D0A\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2019-11-27T00:39:27.323Z\",\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:39:27.534Z\",\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:39:27.323Z\",\n \"variants\": [\n {\n \"_id\": \"5dddc5bf1241594254075a76\",\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}",
38
+ "response_body": "{\n \"product\": {\n \"_id\": \"C09A2AA298\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"browser_title\": null,\n \"copied_from_id\": null,\n \"created_at\": \"2020-08-19T13:47:50.245Z\",\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:47:50.587Z\",\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:47:50.245Z\",\n \"variants\": [\n {\n \"_id\": \"5f3d2d860218236de151ee72\",\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}",
39
39
  "response_content_type": "application/json",
40
- "curl": "curl -g \"https://www.example.com/api/admin/products/BBA89A8D0A\" -X GET "
40
+ "curl": "curl -g \"https://www.example.com/api/admin/products/C09A2AA298\" -X GET "
41
41
  }
42
42
  ],
43
43
  "resource": "Products",
@@ -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:39:31 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:54 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "b96e5894-03c9-4ce0-b0ac-13d0d6cdff86",
27
- "X-Runtime": "0.456236",
26
+ "X-Request-Id": "93971f2c-aec4-4bda-bde2-a0debfccf237",
27
+ "X-Runtime": "0.135726",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/products/C08677541E",
33
- "request_body": "{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:30.740Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:30.740Z\",\"variants\":[{\"_id\":\"5dddc5c21241594254075a98\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}",
32
+ "request_path": "/api/admin/products/44F43DFE70",
33
+ "request_body": "{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:53.923Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:53.923Z\",\"variants\":[{\"_id\":\"5f3d2d890218236de151ee90\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}",
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/products/C08677541E\" -d '{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2019-11-27T00:39:30.740Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:39:30.740Z\",\"variants\":[{\"_id\":\"5dddc5c21241594254075a98\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/products/44F43DFE70\" -d '{\"active\":true,\"active_segment_ids\":[],\"browser_title\":null,\"copied_from_id\":null,\"created_at\":\"2020-08-19T13:47:53.923Z\",\"customizations\":null,\"default_category_id\":null,\"description\":null,\"details\":{\"Material\":[\"Cotton\"],\"Style\":[\"12345\"]},\"digital\":false,\"filters\":{\"Material\":\"Cotton\",\"Style\":\"12345\"},\"meta_description\":null,\"name\":\"Test Product\",\"purchasable\":true,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2020-08-19T13:47:53.923Z\",\"variants\":[{\"_id\":\"5f3d2d890218236de151ee90\",\"active\":true,\"active_segment_ids\":[],\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Products",