workarea-api 4.5.0 → 4.5.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (238) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +103 -0
  3. data/Gemfile +1 -3
  4. data/README.md +1 -1
  5. data/Rakefile +15 -14
  6. data/admin/app/controllers/workarea/api/admin/recommendation_settings_controller.rb +1 -1
  7. data/admin/app/models/workarea/api/admin/date_filtering.rb +0 -3
  8. data/admin/lib/workarea/api/admin.rb +1 -0
  9. data/admin/lib/workarea/api/admin/date_indexes.rb +23 -0
  10. data/admin/lib/workarea/api/admin/engine.rb +2 -0
  11. data/admin/test/integration/workarea/api/admin/recommendation_settings_integration_test.rb +14 -0
  12. data/admin/workarea-api-admin.gemspec +2 -2
  13. data/doc/api/admin/categories/bulk_upserting_categories.json +5 -5
  14. data/doc/api/admin/categories/creating_a_category.json +7 -7
  15. data/doc/api/admin/categories/listing_categories.json +4 -4
  16. data/doc/api/admin/categories/removing_a_category.json +5 -5
  17. data/doc/api/admin/categories/showing_a_category.json +6 -6
  18. data/doc/api/admin/categories/updating_a_category.json +6 -6
  19. data/doc/api/admin/category_product_rules/creating_a_category_product_rule.json +7 -7
  20. data/doc/api/admin/category_product_rules/listing_category_product_rules.json +6 -6
  21. data/doc/api/admin/category_product_rules/removing_a_category_product_rule.json +5 -5
  22. data/doc/api/admin/category_product_rules/updating_a_category_product_rule.json +5 -5
  23. data/doc/api/admin/content/bulk_upserting_content.json +5 -5
  24. data/doc/api/admin/content/creating_content.json +7 -7
  25. data/doc/api/admin/content/listing_content.json +4 -4
  26. data/doc/api/admin/content/showing_content.json +6 -6
  27. data/doc/api/admin/content/updating_content.json +5 -5
  28. data/doc/api/admin/content_assets/bulk_upserting_content_assets.json +5 -5
  29. data/doc/api/admin/content_assets/creating_a_content_asset.json +7 -7
  30. data/doc/api/admin/content_assets/listing_content_assets.json +4 -4
  31. data/doc/api/admin/content_assets/removing_a_content_asset.json +5 -5
  32. data/doc/api/admin/content_assets/showing_a_content_asset.json +6 -6
  33. data/doc/api/admin/content_assets/updating_a_content_asset.json +6 -6
  34. data/doc/api/admin/discounts/creating_a_discount.json +7 -7
  35. data/doc/api/admin/discounts/listing_discounts.json +4 -4
  36. data/doc/api/admin/discounts/removing_a_discount.json +5 -5
  37. data/doc/api/admin/discounts/showing_a_discount.json +6 -6
  38. data/doc/api/admin/discounts/updating_discounts.json +5 -5
  39. data/doc/api/admin/email_signups/listing_email_signups.json +4 -4
  40. data/doc/api/admin/email_signups/showing_an_email_signup_by_email.json +47 -0
  41. data/doc/api/admin/email_signups/showing_an_email_signup_by_id.json +47 -0
  42. data/doc/api/admin/fulfillment/listing_fulfillments.json +4 -4
  43. data/doc/api/admin/fulfillment/marking_items_as_canceled.json +6 -6
  44. data/doc/api/admin/fulfillment/marking_items_as_shipped.json +6 -6
  45. data/doc/api/admin/fulfillment/showing_fulfillment.json +4 -4
  46. data/doc/api/admin/global_functionality/dealing_with_locales.json +86 -0
  47. data/doc/api/admin/global_functionality/filtering_by_created_at_time_stamp.json +56 -0
  48. data/doc/api/admin/global_functionality/filtering_by_updated_time_stamp.json +56 -0
  49. data/doc/api/admin/global_functionality/paging_results.json +51 -0
  50. data/doc/api/admin/global_functionality/retrieving_addtional_pages_of_results.json +51 -0
  51. data/doc/api/admin/global_functionality/sorting_results.json +56 -0
  52. data/doc/api/admin/inventory_skus/bulk_upserting_inventory_skus.json +5 -5
  53. data/doc/api/admin/inventory_skus/creating_an_inventory_sku.json +6 -6
  54. data/doc/api/admin/inventory_skus/listing_inventory_skus.json +4 -4
  55. data/doc/api/admin/inventory_skus/removing_an_inventory_sku.json +3 -3
  56. data/doc/api/admin/inventory_skus/showing_an_inventory_sku.json +4 -4
  57. data/doc/api/admin/inventory_skus/updating_an_inventory_sku.json +3 -3
  58. data/doc/api/admin/navigation_menus/creating_a_menu.json +7 -7
  59. data/doc/api/admin/navigation_menus/listing_menus.json +4 -4
  60. data/doc/api/admin/navigation_menus/removing_a_navigation_menu.json +5 -5
  61. data/doc/api/admin/navigation_menus/showing_a_navigation_menu.json +6 -6
  62. data/doc/api/admin/navigation_menus/updating_a_navigation_menus.json +5 -5
  63. data/doc/api/admin/navigation_taxonomy/bulk_upserting_navigation_taxons.json +5 -5
  64. data/doc/api/admin/navigation_taxonomy/creating_a_taxon.json +7 -7
  65. data/doc/api/admin/navigation_taxonomy/listing_taxons.json +4 -4
  66. data/doc/api/admin/navigation_taxonomy/removing_a_navigation_taxon.json +5 -5
  67. data/doc/api/admin/navigation_taxonomy/showing_a_navigation_taxon.json +6 -6
  68. data/doc/api/admin/navigation_taxonomy/updating_a_navigation_taxons.json +5 -5
  69. data/doc/api/admin/orders/listing_orders.json +4 -4
  70. data/doc/api/admin/orders/showing_an_order.json +5 -5
  71. data/doc/api/admin/orders/viewing_orders_by_date_range.json +76 -0
  72. data/doc/api/admin/pages/bulk_upserting_pages.json +5 -5
  73. data/doc/api/admin/pages/creating_a_page.json +7 -7
  74. data/doc/api/admin/pages/listing_pages.json +4 -4
  75. data/doc/api/admin/pages/removing_a_page.json +5 -5
  76. data/doc/api/admin/pages/showing_a_page.json +6 -6
  77. data/doc/api/admin/pages/updating_a_page.json +6 -6
  78. data/doc/api/admin/payment_profiles/bulk_upserting_payment_profiles.json +5 -5
  79. data/doc/api/admin/payment_profiles/creating_a_payment_profile.json +7 -7
  80. data/doc/api/admin/payment_profiles/listing_payment_profiles.json +4 -4
  81. data/doc/api/admin/payment_profiles/removing_a_payment_profile.json +5 -5
  82. data/doc/api/admin/payment_profiles/showing_a_payment_profile.json +6 -6
  83. data/doc/api/admin/payment_profiles/updating_a_payment_profiles.json +5 -5
  84. data/doc/api/admin/payment_transactions/listing_payment_transactions.json +4 -4
  85. data/doc/api/admin/payment_transactions/showing_a_payment_transaction.json +6 -6
  86. data/doc/api/admin/payments/listing_payments.json +4 -4
  87. data/doc/api/admin/payments/showing_an_payment.json +4 -4
  88. data/doc/api/admin/prices/creating_a_pricing_sku_price.json +4 -4
  89. data/doc/api/admin/prices/listing_pricing_sku_prices.json +4 -4
  90. data/doc/api/admin/prices/removing_a_pricing_sku_price.json +5 -5
  91. data/doc/api/admin/prices/updating_a_pricing_sku_price.json +5 -5
  92. data/doc/api/admin/pricing_skus/bulk_upserting_pricing_skus.json +5 -5
  93. data/doc/api/admin/pricing_skus/creating_an_pricing_sku.json +6 -6
  94. data/doc/api/admin/pricing_skus/listing_pricing_skus.json +4 -4
  95. data/doc/api/admin/pricing_skus/removing_an_pricing_sku.json +3 -3
  96. data/doc/api/admin/pricing_skus/showing_an_pricing_sku.json +4 -4
  97. data/doc/api/admin/pricing_skus/updating_an_pricing_sku.json +3 -3
  98. data/doc/api/admin/product_images/creating_a_product_image_from_base64.json +7 -7
  99. data/doc/api/admin/product_images/creating_a_product_image_from_url.json +7 -7
  100. data/doc/api/admin/product_images/listing_product_images.json +7 -7
  101. data/doc/api/admin/product_images/removing_a_product_image.json +5 -5
  102. data/doc/api/admin/product_images/updating_a_product_image.json +5 -5
  103. data/doc/api/admin/products/bulk_upserting_products.json +5 -5
  104. data/doc/api/admin/products/creating_a_product.json +7 -7
  105. data/doc/api/admin/products/listing_products.json +4 -4
  106. data/doc/api/admin/products/removing_a_product.json +5 -5
  107. data/doc/api/admin/products/showing_a_product.json +6 -6
  108. data/doc/api/admin/products/updating_a_product.json +6 -6
  109. data/doc/api/admin/promo_code_lists/bulk_upserting_promo_code_lists.json +5 -5
  110. data/doc/api/admin/promo_code_lists/creating_a_promo_code_list.json +7 -7
  111. data/doc/api/admin/promo_code_lists/listing_promo_code_lists.json +4 -4
  112. data/doc/api/admin/promo_code_lists/removing_a_promo_code_list.json +5 -5
  113. data/doc/api/admin/promo_code_lists/showing_a_promo_code_list.json +6 -6
  114. data/doc/api/admin/promo_code_lists/updating_a_promo_code_list.json +5 -5
  115. data/doc/api/admin/recommendation_settings/showing_recommendation_settings.json +6 -6
  116. data/doc/api/admin/recommendation_settings/updating_recommendation_settings.json +5 -5
  117. data/doc/api/admin/redirects/bulk_upserting_redirects.json +5 -5
  118. data/doc/api/admin/redirects/creating_a_redirect.json +7 -7
  119. data/doc/api/admin/redirects/listing_redirects.json +4 -4
  120. data/doc/api/admin/redirects/removing_a_redirect.json +5 -5
  121. data/doc/api/admin/redirects/showing_a_redirect.json +6 -6
  122. data/doc/api/admin/redirects/updating_a_redirects.json +5 -5
  123. data/doc/api/admin/release_changes/adding_changes_to_a_release.json +6 -6
  124. data/doc/api/admin/releases/bulk_upserting_releases.json +5 -5
  125. data/doc/api/admin/releases/creating_a_release.json +7 -7
  126. data/doc/api/admin/releases/listing_releases.json +4 -4
  127. data/doc/api/admin/releases/removing_a_release.json +5 -5
  128. data/doc/api/admin/releases/showing_a_release.json +6 -6
  129. data/doc/api/admin/releases/updating_a_release.json +6 -6
  130. data/doc/api/admin/saved_addresses/creating_a_saved_address.json +7 -7
  131. data/doc/api/admin/saved_addresses/listing_saved_address.json +6 -6
  132. data/doc/api/admin/saved_addresses/removing_a_saved_address.json +5 -5
  133. data/doc/api/admin/saved_addresses/updating_a_saved_address.json +5 -5
  134. data/doc/api/admin/saved_credit_cards/creating_a_saved_credit_card.json +8 -8
  135. data/doc/api/admin/saved_credit_cards/listing_saved_credit_cards.json +6 -6
  136. data/doc/api/admin/saved_credit_cards/removing_a_saved_credit_card.json +5 -5
  137. data/doc/api/admin/saved_credit_cards/updating_a_saved_credit_card.json +5 -5
  138. data/doc/api/admin/shipping/listing_shipments.json +4 -4
  139. data/doc/api/admin/shipping/showing_a_shipment.json +6 -6
  140. data/doc/api/admin/shipping_rates/creating_a_shipping_rate.json +7 -7
  141. data/doc/api/admin/shipping_rates/listing_shipping_rates.json +6 -6
  142. data/doc/api/admin/shipping_rates/removing_a_shipping_rate.json +5 -5
  143. data/doc/api/admin/shipping_rates/updating_a_shipping_rate.json +5 -5
  144. data/doc/api/admin/shipping_services/bulk_upserting_shipping_services.json +5 -5
  145. data/doc/api/admin/shipping_services/creating_a_shipping_service.json +7 -7
  146. data/doc/api/admin/shipping_services/listing_shipping_services.json +4 -4
  147. data/doc/api/admin/shipping_services/removing_a_shipping_service.json +5 -5
  148. data/doc/api/admin/shipping_services/showing_a_shipping_service.json +7 -7
  149. data/doc/api/admin/shipping_services/updating_a_shipping_service.json +6 -6
  150. data/doc/api/admin/tax_categories/bulk_upserting_tax_categories.json +5 -5
  151. data/doc/api/admin/tax_categories/creating_a_tax_category.json +7 -7
  152. data/doc/api/admin/tax_categories/listing_tax_categories.json +5 -5
  153. data/doc/api/admin/tax_categories/removing_a_tax_category.json +5 -5
  154. data/doc/api/admin/tax_categories/showing_a_tax_category.json +7 -7
  155. data/doc/api/admin/tax_categories/updating_a_tax_categories.json +5 -5
  156. data/doc/api/admin/tax_rates/creating_a_tax_rate.json +8 -8
  157. data/doc/api/admin/tax_rates/listing_tax_rates.json +6 -6
  158. data/doc/api/admin/tax_rates/removing_a_tax_rate.json +5 -5
  159. data/doc/api/admin/tax_rates/updating_a_tax_rate.json +5 -5
  160. data/doc/api/admin/users/bulk_upserting_users.json +5 -5
  161. data/doc/api/admin/users/creating_a_user.json +7 -7
  162. data/doc/api/admin/users/listing_users.json +4 -4
  163. data/doc/api/admin/users/removing_a_user.json +5 -5
  164. data/doc/api/admin/users/showing_a_user_by_email.json +47 -0
  165. data/doc/api/admin/users/showing_a_user_by_id.json +47 -0
  166. data/doc/api/admin/users/updating_a_user.json +6 -6
  167. data/doc/api/admin/variants/creating_a_product_variant.json +6 -6
  168. data/doc/api/admin/variants/listing_product_variants.json +7 -7
  169. data/doc/api/admin/variants/removing_a_product_variant.json +5 -5
  170. data/doc/api/admin/variants/updating_a_product_variant.json +5 -5
  171. data/doc/api/storefront/accounts/creating_an_account.json +4 -4
  172. data/doc/api/storefront/accounts/getting_account_details.json +7 -7
  173. data/doc/api/storefront/accounts/updating_an_account.json +7 -7
  174. data/doc/api/storefront/analytics/saving_a_category_view.json +3 -3
  175. data/doc/api/storefront/analytics/saving_a_product_view.json +3 -3
  176. data/doc/api/storefront/analytics/saving_a_search.json +3 -3
  177. data/doc/api/storefront/assets/showing_an_asset.json +6 -6
  178. data/doc/api/storefront/authentication/creating_an_authentication_token.json +6 -6
  179. data/doc/api/storefront/authentication/refreshing_an_authentication_token.json +6 -6
  180. data/doc/api/storefront/authentication/using_an_authentication_token.json +6 -6
  181. data/doc/api/storefront/cart/adding_a_promo_code.json +7 -7
  182. data/doc/api/storefront/cart/adding_an_item.json +7 -7
  183. data/doc/api/storefront/cart/creating_a_new_cart_for_a_user.json +6 -6
  184. data/doc/api/storefront/cart/creating_a_new_guest_cart.json +4 -4
  185. data/doc/api/storefront/cart/delete_an_item.json +7 -7
  186. data/doc/api/storefront/cart/listing_user_s_carts.json +6 -6
  187. data/doc/api/storefront/cart/showing_cart.json +7 -7
  188. data/doc/api/storefront/cart/updating_an_item.json +7 -7
  189. data/doc/api/storefront/categories/showing_a_category.json +5 -5
  190. data/doc/api/storefront/categories/showing_a_listing_of_categories.json +5 -5
  191. data/doc/api/storefront/checkout/completing_a_checkout.json +7 -7
  192. data/doc/api/storefront/checkout/failure_to_update_a_checkout.json +52 -0
  193. data/doc/api/storefront/checkout/showing_a_checkout.json +6 -6
  194. data/doc/api/storefront/checkout/updating_a_checkout.json +6 -6
  195. data/doc/api/storefront/contacts/creating_a_contact.json +4 -4
  196. data/doc/api/storefront/email_signups/creating_an_email_signup.json +4 -4
  197. data/doc/api/storefront/email_signups/showing_an_email_signup_content.json +4 -4
  198. data/doc/api/storefront/index.json +7 -0
  199. data/doc/api/storefront/menus/listing_menus.json +5 -5
  200. data/doc/api/storefront/menus/showing_a_menu.json +7 -7
  201. data/doc/api/storefront/orders/listing_the_user_s_orders.json +6 -6
  202. data/doc/api/storefront/orders/showing_an_order.json +7 -7
  203. data/doc/api/storefront/pages/showing_a_page.json +5 -5
  204. data/doc/api/storefront/password_resets/sending_a_forgot_password_email.json +5 -5
  205. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_a_session_id.json +8 -8
  206. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_authentication.json +6 -6
  207. data/doc/api/storefront/products/showing_a_product.json +5 -5
  208. data/doc/api/storefront/products/showing_a_product_with_a_specific_sku_selected.json +5 -5
  209. data/doc/api/storefront/recent_views/showing_recent_views_from_authentication.json +6 -6
  210. data/doc/api/storefront/recent_views/showing_recent_views_with_a_session_id.json +7 -7
  211. data/doc/api/storefront/recent_views/updating_recent_views_with_a_session_id.json +3 -3
  212. data/doc/api/storefront/recent_views/updating_recent_views_with_authentication.json +5 -5
  213. data/doc/api/storefront/saved_addresses/creating_a_saved_address.json +6 -6
  214. data/doc/api/storefront/saved_addresses/deleting_a_saved_address.json +6 -6
  215. data/doc/api/storefront/saved_addresses/listing_the_user_s_saved_addresses.json +6 -6
  216. data/doc/api/storefront/saved_addresses/showing_a_saved_address.json +7 -7
  217. data/doc/api/storefront/saved_addresses/updating_a_saved_address.json +7 -7
  218. data/doc/api/storefront/saved_credit_cards/creating_a_saved_credit_card.json +7 -7
  219. data/doc/api/storefront/saved_credit_cards/deleting_a_saved_credit_card.json +6 -6
  220. data/doc/api/storefront/saved_credit_cards/listing_the_user_s_saved_credit_cards.json +6 -6
  221. data/doc/api/storefront/saved_credit_cards/showing_a_saved_credit_card.json +7 -7
  222. data/doc/api/storefront/saved_credit_cards/updating_a_saved_credit_card.json +8 -8
  223. data/doc/api/storefront/searches/showing_search_autocomplete_suggestions.json +4 -4
  224. data/doc/api/storefront/searches/showing_search_results.json +5 -5
  225. data/doc/api/storefront/segmentation/specifying_session_count_for_segmentation.json +10 -10
  226. data/doc/api/storefront/segmentation/using_session_ids_for_segmenting_non_authenticated_users.json +10 -10
  227. data/doc/api/storefront/system_content/showing_system_content.json +5 -5
  228. data/doc/api/storefront/system_content/showing_the_home_page.json +5 -5
  229. data/doc/api/storefront/taxons/showing_a_taxon.json +7 -7
  230. data/doc/api/storefront/validation_errors/checkout_validation_errors.json +8 -8
  231. data/doc/api/storefront/validation_errors/general_validation_errors.json +2 -2
  232. data/lib/tasks/docs.rake +20 -0
  233. data/lib/workarea/api/version.rb +1 -1
  234. data/storefront/test/documentation/workarea/api/storefront/checkouts_documentation_test.rb +21 -0
  235. data/storefront/test/documentation/workarea/api/storefront/validation_documentation_test.rb +1 -1
  236. data/storefront/workarea-api-storefront.gemspec +2 -2
  237. data/workarea-api.gemspec +1 -1
  238. metadata +23 -9
@@ -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:36:51 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:32 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "f21e56de-ae77-4775-bf56-b7239a36cc7d",
27
- "X-Runtime": "0.006961",
26
+ "X-Request-Id": "0a26f4d5-50f1-489a-880b-7cfe8e50034f",
27
+ "X-Runtime": "0.012319",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "DELETE",
32
- "request_path": "/api/admin/shipping_services/5dddc5231241594254075638/rates/5dddc523124159425407563a",
32
+ "request_path": "/api/admin/shipping_services/5f3d2cfc0218236de151ea3c/rates/5f3d2cfc0218236de151ea3e",
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/shipping_services/5dddc5231241594254075638/rates/5dddc523124159425407563a\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
39
+ "curl": "curl \"https://www.example.com/api/admin/shipping_services/5f3d2cfc0218236de151ea3c/rates/5f3d2cfc0218236de151ea3e\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
40
40
  }
41
41
  ],
42
42
  "resource": "Shipping Rates",
@@ -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:36:54 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:30 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "cbfa1251-e6b6-494b-93e4-23a2bc0761dd",
27
- "X-Runtime": "0.021306",
26
+ "X-Request-Id": "8dbeaa8e-54bd-46e5-8293-ddcea0352ddb",
27
+ "X-Runtime": "0.020522",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/shipping_services/5dddc5261241594254075648/rates/5dddc526124159425407564a",
32
+ "request_path": "/api/admin/shipping_services/5f3d2cfa0218236de151ea2c/rates/5f3d2cfa0218236de151ea2e",
33
33
  "request_body": "{\"rate\":{\"price\":34}}",
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/shipping_services/5dddc5261241594254075648/rates/5dddc526124159425407564a\" -d '{\"rate\":{\"price\":34}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/shipping_services/5f3d2cfa0218236de151ea2c/rates/5f3d2cfa0218236de151ea2e\" -d '{\"rate\":{\"price\":34}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Shipping Rates",
@@ -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:42:08 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:12 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "079c0cc0-2d7c-4852-a3d6-5ff8643632a8",
27
- "X-Runtime": "0.044940",
26
+ "X-Request-Id": "d65434ea-33b9-42c9-9d6b-d741a9d57140",
27
+ "X-Runtime": "0.076989",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
32
  "request_path": "/api/admin/shipping_services/bulk",
33
- "request_body": "{\"shipping_services\":[{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:08.057Z\",\"name\":\"Test 32\",\"rates\":[{\"_id\":\"5dddc6601241594254075f6e\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:08.057Z\"},{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:08.057Z\",\"name\":\"Test 32\",\"rates\":[{\"_id\":\"5dddc6601241594254075f6e\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:08.057Z\"},{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:08.057Z\",\"name\":\"Test 32\",\"rates\":[{\"_id\":\"5dddc6601241594254075f6e\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:08.057Z\"}]}",
33
+ "request_body": "{\"shipping_services\":[{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:12.226Z\",\"name\":\"Test 7\",\"rates\":[{\"_id\":\"5f3d2ce80218236de151e974\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:12.226Z\"},{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:12.226Z\",\"name\":\"Test 7\",\"rates\":[{\"_id\":\"5f3d2ce80218236de151e974\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:12.226Z\"},{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:12.226Z\",\"name\":\"Test 7\",\"rates\":[{\"_id\":\"5f3d2ce80218236de151e974\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:12.226Z\"}]}",
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/shipping_services/bulk\" -d '{\"shipping_services\":[{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:08.057Z\",\"name\":\"Test 32\",\"rates\":[{\"_id\":\"5dddc6601241594254075f6e\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:08.057Z\"},{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:08.057Z\",\"name\":\"Test 32\",\"rates\":[{\"_id\":\"5dddc6601241594254075f6e\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:08.057Z\"},{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:08.057Z\",\"name\":\"Test 32\",\"rates\":[{\"_id\":\"5dddc6601241594254075f6e\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:08.057Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/shipping_services/bulk\" -d '{\"shipping_services\":[{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:12.226Z\",\"name\":\"Test 7\",\"rates\":[{\"_id\":\"5f3d2ce80218236de151e974\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:12.226Z\"},{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:12.226Z\",\"name\":\"Test 7\",\"rates\":[{\"_id\":\"5f3d2ce80218236de151e974\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:12.226Z\"},{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:12.226Z\",\"name\":\"Test 7\",\"rates\":[{\"_id\":\"5f3d2ce80218236de151e974\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:12.226Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Shipping Services",
@@ -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/shipping_services/5dddc6601241594254075f8a",
22
+ "Location": "/api/admin/shipping_services/5f3d2cec0218236de151e99d",
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:42:08 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:16 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "bc3b3d67-00a6-4a82-a256-2ba8d161f74c",
29
- "X-Runtime": "0.012288",
28
+ "X-Request-Id": "3d7ef34d-994f-4bca-a31b-98724544b8a9",
29
+ "X-Runtime": "0.013481",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "429"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/shipping_services",
36
- "request_body": "{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:08.964Z\",\"name\":\"Test 33\",\"rates\":[{\"_id\":\"5dddc6601241594254075f87\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:08.964Z\"}",
36
+ "request_body": "{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:16.348Z\",\"name\":\"Test 10\",\"rates\":[{\"_id\":\"5f3d2cec0218236de151e99a\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:16.348Z\"}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"shipping_service\": {\n \"_id\": \"5dddc6601241594254075f8a\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-11-27T00:42:08.964Z\",\n \"name\": \"Test 33\",\n \"rates\": [\n {\n \"_id\": \"5dddc6601241594254075f87\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:42:08.964Z\"\n }\n}",
40
+ "response_body": "{\n \"shipping_service\": {\n \"_id\": \"5f3d2cec0218236de151e99d\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2020-08-19T13:45:16.348Z\",\n \"name\": \"Test 10\",\n \"rates\": [\n {\n \"_id\": \"5f3d2cec0218236de151e99a\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2020-08-19T13:45:16.348Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/shipping_services\" -d '{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:08.964Z\",\"name\":\"Test 33\",\"rates\":[{\"_id\":\"5dddc6601241594254075f87\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:08.964Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/shipping_services\" -d '{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:16.348Z\",\"name\":\"Test 10\",\"rates\":[{\"_id\":\"5f3d2cec0218236de151e99a\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:16.348Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Shipping Services",
@@ -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:42:13 GMT",
38
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:17 GMT",
39
39
  "Cache-Control": "no-cache, no-store, must-revalidate",
40
- "X-Request-Id": "33728d99-cc10-4fa9-a26a-2436772f5d8a",
41
- "X-Runtime": "0.009416",
40
+ "X-Request-Id": "3663504c-7613-4e68-b68f-cb59fb806db2",
41
+ "X-Runtime": "0.007953",
42
42
  "X-Workarea-Segments": "",
43
43
  "Expires": "0",
44
44
  "Content-Length": "841"
@@ -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 \"shipping_services\": [\n {\n \"_id\": \"5dddc6651241594254075fa1\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-11-27T00:42:13.165Z\",\n \"name\": \"Test 38\",\n \"rates\": [\n {\n \"_id\": \"5dddc6651241594254075fa2\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:42:13.165Z\"\n },\n {\n \"_id\": \"5dddc6651241594254075f9f\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-11-27T00:42:13.160Z\",\n \"name\": \"Test 37\",\n \"rates\": [\n {\n \"_id\": \"5dddc6651241594254075fa0\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:42:13.160Z\"\n }\n ]\n}",
52
+ "response_body": "{\n \"shipping_services\": [\n {\n \"_id\": \"5f3d2ced0218236de151e9a4\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2020-08-19T13:45:17.411Z\",\n \"name\": \"Test 12\",\n \"rates\": [\n {\n \"_id\": \"5f3d2ced0218236de151e9a5\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2020-08-19T13:45:17.411Z\"\n },\n {\n \"_id\": \"5f3d2ced0218236de151e9a2\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2020-08-19T13:45:17.405Z\",\n \"name\": \"Test 11\",\n \"rates\": [\n {\n \"_id\": \"5f3d2ced0218236de151e9a3\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2020-08-19T13:45:17.405Z\"\n }\n ]\n}",
53
53
  "response_content_type": "application/json",
54
54
  "curl": "curl -g \"https://www.example.com/api/admin/shipping_services?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:42:06 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:15 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "7509c971-a11c-4bde-8f9c-ab6a8e648cf1",
27
- "X-Runtime": "0.010112",
26
+ "X-Request-Id": "fe73f78b-727b-49d9-a224-9f6bbab02dc9",
27
+ "X-Runtime": "0.017763",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "DELETE",
32
- "request_path": "/api/admin/shipping_services/5dddc65e1241594254075f66",
32
+ "request_path": "/api/admin/shipping_services/5f3d2ceb0218236de151e992",
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/shipping_services/5dddc65e1241594254075f66\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/shipping_services/5f3d2ceb0218236de151e992\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Shipping Services",
@@ -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:42:10 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:13 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "c07f3633-5744-4ef4-a6eb-1c193fef1cbf",
27
- "X-Runtime": "0.006906",
26
+ "X-Request-Id": "18fd68fa-5b11-4127-9726-d54d59026575",
27
+ "X-Runtime": "0.008618",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
- "Content-Length": "429"
30
+ "Content-Length": "428"
31
31
  },
32
32
  "request_method": "GET",
33
- "request_path": "/api/admin/shipping_services/5dddc6621241594254075f8f",
33
+ "request_path": "/api/admin/shipping_services/5f3d2ce90218236de151e98c",
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 \"shipping_service\": {\n \"_id\": \"5dddc6621241594254075f8f\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-11-27T00:42:10.492Z\",\n \"name\": \"Test 34\",\n \"rates\": [\n {\n \"_id\": \"5dddc6621241594254075f90\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:42:10.492Z\"\n }\n}",
38
+ "response_body": "{\n \"shipping_service\": {\n \"_id\": \"5f3d2ce90218236de151e98c\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2020-08-19T13:45:13.546Z\",\n \"name\": \"Test 8\",\n \"rates\": [\n {\n \"_id\": \"5f3d2ce90218236de151e98d\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2020-08-19T13:45:13.546Z\"\n }\n}",
39
39
  "response_content_type": "application/json",
40
- "curl": "curl -g \"https://www.example.com/api/admin/shipping_services/5dddc6621241594254075f8f\" -X GET "
40
+ "curl": "curl -g \"https://www.example.com/api/admin/shipping_services/5f3d2ce90218236de151e98c\" -X GET "
41
41
  }
42
42
  ],
43
43
  "resource": "Shipping Services",
@@ -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:42:11 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:45:18 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "435e464b-b63d-4de2-a960-8ae8d162d8ae",
27
- "X-Runtime": "0.012866",
26
+ "X-Request-Id": "33234b23-80c4-45f4-b7b5-50c63d26984b",
27
+ "X-Runtime": "0.015376",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/shipping_services/5dddc6631241594254075f95",
33
- "request_body": "{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:11.313Z\",\"name\":\"Test 36\",\"rates\":[{\"_id\":\"5dddc6631241594254075f98\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:11.313Z\"}",
32
+ "request_path": "/api/admin/shipping_services/5f3d2cee0218236de151e9aa",
33
+ "request_body": "{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:18.467Z\",\"name\":\"Test 14\",\"rates\":[{\"_id\":\"5f3d2cee0218236de151e9ad\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:18.467Z\"}",
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/shipping_services/5dddc6631241594254075f95\" -d '{\"carrier\":null,\"country\":null,\"created_at\":\"2019-11-27T00:42:11.313Z\",\"name\":\"Test 36\",\"rates\":[{\"_id\":\"5dddc6631241594254075f98\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2019-11-27T00:42:11.313Z\"}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/shipping_services/5f3d2cee0218236de151e9aa\" -d '{\"carrier\":null,\"country\":null,\"created_at\":\"2020-08-19T13:45:18.467Z\",\"name\":\"Test 14\",\"rates\":[{\"_id\":\"5f3d2cee0218236de151e9ad\",\"created_at\":null,\"price\":{\"cents\":100.0,\"currency_iso\":\"USD\"},\"tier_max\":null,\"tier_min\":null,\"updated_at\":null}],\"regions\":[],\"service_code\":null,\"subtotal_max\":null,\"subtotal_min\":null,\"tax_code\":null,\"updated_at\":\"2020-08-19T13:45:18.467Z\"}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Shipping Services",
@@ -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:43:35 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:44:47 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "44f35ce4-4333-411e-96b6-f753db053f03",
27
- "X-Runtime": "0.032801",
26
+ "X-Request-Id": "b852be8a-4c97-45cb-9be2-d8055f8b24bf",
27
+ "X-Runtime": "0.053246",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
32
  "request_path": "/api/admin/tax_categories/bulk",
33
- "request_body": "{\"tax_categories\":[{\"code\":\"001\",\"created_at\":\"2019-11-27T00:43:35.956Z\",\"name\":\"Clothing\",\"updated_at\":\"2019-11-27T00:43:35.956Z\"},{\"code\":\"001\",\"created_at\":\"2019-11-27T00:43:35.956Z\",\"name\":\"Clothing\",\"updated_at\":\"2019-11-27T00:43:35.956Z\"},{\"code\":\"001\",\"created_at\":\"2019-11-27T00:43:35.956Z\",\"name\":\"Clothing\",\"updated_at\":\"2019-11-27T00:43:35.956Z\"}]}",
33
+ "request_body": "{\"tax_categories\":[{\"code\":\"001\",\"created_at\":\"2020-08-19T13:44:47.090Z\",\"name\":\"Clothing\",\"updated_at\":\"2020-08-19T13:44:47.090Z\"},{\"code\":\"001\",\"created_at\":\"2020-08-19T13:44:47.090Z\",\"name\":\"Clothing\",\"updated_at\":\"2020-08-19T13:44:47.090Z\"},{\"code\":\"001\",\"created_at\":\"2020-08-19T13:44:47.090Z\",\"name\":\"Clothing\",\"updated_at\":\"2020-08-19T13:44:47.090Z\"}]}",
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/tax_categories/bulk\" -d '{\"tax_categories\":[{\"code\":\"001\",\"created_at\":\"2019-11-27T00:43:35.956Z\",\"name\":\"Clothing\",\"updated_at\":\"2019-11-27T00:43:35.956Z\"},{\"code\":\"001\",\"created_at\":\"2019-11-27T00:43:35.956Z\",\"name\":\"Clothing\",\"updated_at\":\"2019-11-27T00:43:35.956Z\"},{\"code\":\"001\",\"created_at\":\"2019-11-27T00:43:35.956Z\",\"name\":\"Clothing\",\"updated_at\":\"2019-11-27T00:43:35.956Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/bulk\" -d '{\"tax_categories\":[{\"code\":\"001\",\"created_at\":\"2020-08-19T13:44:47.090Z\",\"name\":\"Clothing\",\"updated_at\":\"2020-08-19T13:44:47.090Z\"},{\"code\":\"001\",\"created_at\":\"2020-08-19T13:44:47.090Z\",\"name\":\"Clothing\",\"updated_at\":\"2020-08-19T13:44:47.090Z\"},{\"code\":\"001\",\"created_at\":\"2020-08-19T13:44:47.090Z\",\"name\":\"Clothing\",\"updated_at\":\"2020-08-19T13:44:47.090Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Tax Categories",
@@ -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/tax_categories/5dddc6ba12415942540761a9",
22
+ "Location": "/api/admin/tax_categories/5f3d2ccd0218236de151e883",
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:43:38 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:44:45 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "b745d6c4-492a-4754-b41a-04ce5f42a5a1",
29
- "X-Runtime": "0.009577",
28
+ "X-Request-Id": "93cd7bc5-7cae-4580-bd01-7a37c4248e4d",
29
+ "X-Runtime": "0.015141",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "162"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/tax_categories",
36
- "request_body": "{\"tax_category\":{\"code\":\"001\",\"created_at\":\"2019-11-27T00:43:38.229Z\",\"name\":\"Clothing\",\"updated_at\":\"2019-11-27T00:43:38.229Z\"}}",
36
+ "request_body": "{\"tax_category\":{\"code\":\"001\",\"created_at\":\"2020-08-19T13:44:45.953Z\",\"name\":\"Clothing\",\"updated_at\":\"2020-08-19T13:44:45.953Z\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"tax_category\": {\n \"_id\": \"5dddc6ba12415942540761a9\",\n \"code\": \"001\",\n \"created_at\": \"2019-11-27T00:43:38.229Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2019-11-27T00:43:38.229Z\"\n }\n}",
40
+ "response_body": "{\n \"tax_category\": {\n \"_id\": \"5f3d2ccd0218236de151e883\",\n \"code\": \"001\",\n \"created_at\": \"2020-08-19T13:44:45.953Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2020-08-19T13:44:45.953Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/tax_categories\" -d '{\"tax_category\":{\"code\":\"001\",\"created_at\":\"2019-11-27T00:43:38.229Z\",\"name\":\"Clothing\",\"updated_at\":\"2019-11-27T00:43:38.229Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories\" -d '{\"tax_category\":{\"code\":\"001\",\"created_at\":\"2020-08-19T13:44:45.953Z\",\"name\":\"Clothing\",\"updated_at\":\"2020-08-19T13:44:45.953Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Tax Categories",
@@ -32,13 +32,13 @@
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:43:39 GMT",
35
+ "Last-Modified": "Wed, 19 Aug 2020 13:44:48 GMT",
36
36
  "Cache-Control": "no-cache, no-store, must-revalidate",
37
- "X-Request-Id": "4d214ac9-90f6-4362-bea4-8ce3339f249c",
38
- "X-Runtime": "0.004778",
37
+ "X-Request-Id": "ddb9d289-e98f-4eb7-a933-c581dde94bcb",
38
+ "X-Runtime": "0.007307",
39
39
  "X-Workarea-Segments": "",
40
40
  "Expires": "0",
41
- "Content-Length": "310"
41
+ "Content-Length": "308"
42
42
  },
43
43
  "request_method": "GET",
44
44
  "request_path": "/api/admin/tax_categories",
@@ -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 \"tax_categories\": [\n {\n \"_id\": \"5dddc6bb12415942540761b1\",\n \"code\": \"31\",\n \"created_at\": \"2019-11-27T00:43:39.414Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2019-11-27T00:43:39.414Z\"\n },\n {\n \"_id\": \"5dddc6bb12415942540761af\",\n \"code\": \"30\",\n \"created_at\": \"2019-11-27T00:43:39.406Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2019-11-27T00:43:39.406Z\"\n }\n ]\n}",
49
+ "response_body": "{\n \"tax_categories\": [\n {\n \"_id\": \"5f3d2cd00218236de151e897\",\n \"code\": \"3\",\n \"created_at\": \"2020-08-19T13:44:48.439Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2020-08-19T13:44:48.439Z\"\n },\n {\n \"_id\": \"5f3d2cd00218236de151e895\",\n \"code\": \"2\",\n \"created_at\": \"2020-08-19T13:44:48.364Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2020-08-19T13:44:48.364Z\"\n }\n ]\n}",
50
50
  "response_content_type": "application/json",
51
51
  "curl": "curl -g \"https://www.example.com/api/admin/tax_categories\" -X GET "
52
52
  }
@@ -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:43:32 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:44:49 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "86c7a90f-c6d6-4b97-a7e5-807fdfbd585d",
27
- "X-Runtime": "0.007391",
26
+ "X-Request-Id": "71fc4222-11e2-4632-8b9e-fd6b703532e6",
27
+ "X-Runtime": "0.013378",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "DELETE",
32
- "request_path": "/api/admin/tax_categories/5dddc6b4124159425407618d",
32
+ "request_path": "/api/admin/tax_categories/5f3d2cd10218236de151e89d",
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/tax_categories/5dddc6b4124159425407618d\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
39
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/5f3d2cd10218236de151e89d\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
40
40
  }
41
41
  ],
42
42
  "resource": "Tax Categories",
@@ -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:43:41 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:44:50 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "6488acbe-eecb-430c-a557-835a3db5d0cd",
27
- "X-Runtime": "0.004838",
26
+ "X-Request-Id": "1bbdc1e4-3c43-45d3-bdac-34fae2f7d977",
27
+ "X-Runtime": "0.006802",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
- "Content-Length": "161"
30
+ "Content-Length": "160"
31
31
  },
32
32
  "request_method": "GET",
33
- "request_path": "/api/admin/tax_categories/5dddc6bd12415942540761b7",
33
+ "request_path": "/api/admin/tax_categories/5f3d2cd20218236de151e8a4",
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 \"tax_category\": {\n \"_id\": \"5dddc6bd12415942540761b7\",\n \"code\": \"32\",\n \"created_at\": \"2019-11-27T00:43:41.287Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2019-11-27T00:43:41.287Z\"\n }\n}",
38
+ "response_body": "{\n \"tax_category\": {\n \"_id\": \"5f3d2cd20218236de151e8a4\",\n \"code\": \"5\",\n \"created_at\": \"2020-08-19T13:44:50.830Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2020-08-19T13:44:50.830Z\"\n }\n}",
39
39
  "response_content_type": "application/json",
40
- "curl": "curl -g \"https://www.example.com/api/admin/tax_categories/5dddc6bd12415942540761b7\" -X GET "
40
+ "curl": "curl -g \"https://www.example.com/api/admin/tax_categories/5f3d2cd20218236de151e8a4\" -X GET "
41
41
  }
42
42
  ],
43
43
  "resource": "Tax Categories",
@@ -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:43:34 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:44:52 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "2498bc43-e874-45f4-b0e1-41e06843d91e",
27
- "X-Runtime": "0.009469",
26
+ "X-Request-Id": "f83a6765-0fd9-4f20-a660-d26a773da204",
27
+ "X-Runtime": "0.015363",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/tax_categories/5dddc6b61241594254076194",
32
+ "request_path": "/api/admin/tax_categories/5f3d2cd40218236de151e8aa",
33
33
  "request_body": "{\"tax_category\":{\"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/tax_categories/5dddc6b61241594254076194\" -d '{\"tax_category\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/5f3d2cd40218236de151e8aa\" -d '{\"tax_category\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Tax Categories",
@@ -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/tax_categories/5dddc48e12415942540750b4/rates/5dddc48e12415942540750b6",
22
+ "Location": "/api/admin/tax_categories/5f3d2ded0218236de151f297/rates/5f3d2ded0218236de151f299",
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:34:22 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:49:33 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "11de50c1-991e-4279-95a4-5a6e81dcae59",
29
- "X-Runtime": "0.011779",
28
+ "X-Request-Id": "d58f3bc2-e63a-4f20-bd77-053fabfd658e",
29
+ "X-Runtime": "0.016618",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "367"
33
33
  },
34
34
  "request_method": "POST",
35
- "request_path": "/api/admin/tax_categories/5dddc48e12415942540750b4/rates",
36
- "request_body": "{\"rate\":{\"category_id\":\"5dddc48e12415942540750b4\",\"charge_on_shipping\":true,\"country\":\"US\",\"country_percentage\":0.0,\"created_at\":\"2019-11-27T00:34:22.884Z\",\"percentage\":0.06,\"postal_code\":null,\"postal_code_percentage\":0.06,\"region\":\"PA\",\"region_percentage\":0.0,\"tier_max\":null,\"tier_min\":null,\"updated_at\":\"2019-11-27T00:34:22.884Z\"}}",
35
+ "request_path": "/api/admin/tax_categories/5f3d2ded0218236de151f297/rates",
36
+ "request_body": "{\"rate\":{\"category_id\":\"5f3d2ded0218236de151f297\",\"charge_on_shipping\":true,\"country\":\"US\",\"country_percentage\":0.0,\"created_at\":\"2020-08-19T13:49:33.662Z\",\"percentage\":0.06,\"postal_code\":null,\"postal_code_percentage\":0.06,\"region\":\"PA\",\"region_percentage\":0.0,\"tier_max\":null,\"tier_min\":null,\"updated_at\":\"2020-08-19T13:49:33.662Z\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"rate\": {\n \"_id\": \"5dddc48e12415942540750b6\",\n \"category_id\": \"5dddc48e12415942540750b4\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"country_percentage\": 0.0,\n \"created_at\": \"2019-11-27T00:34:22.884Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"postal_code_percentage\": 0.06,\n \"region\": \"PA\",\n \"region_percentage\": 0.0,\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-11-27T00:34:22.884Z\"\n }\n}",
40
+ "response_body": "{\n \"rate\": {\n \"_id\": \"5f3d2ded0218236de151f299\",\n \"category_id\": \"5f3d2ded0218236de151f297\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"country_percentage\": 0.0,\n \"created_at\": \"2020-08-19T13:49:33.662Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"postal_code_percentage\": 0.06,\n \"region\": \"PA\",\n \"region_percentage\": 0.0,\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2020-08-19T13:49:33.662Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/tax_categories/5dddc48e12415942540750b4/rates\" -d '{\"rate\":{\"category_id\":\"5dddc48e12415942540750b4\",\"charge_on_shipping\":true,\"country\":\"US\",\"country_percentage\":0.0,\"created_at\":\"2019-11-27T00:34:22.884Z\",\"percentage\":0.06,\"postal_code\":null,\"postal_code_percentage\":0.06,\"region\":\"PA\",\"region_percentage\":0.0,\"tier_max\":null,\"tier_min\":null,\"updated_at\":\"2019-11-27T00:34:22.884Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/5f3d2ded0218236de151f297/rates\" -d '{\"rate\":{\"category_id\":\"5f3d2ded0218236de151f297\",\"charge_on_shipping\":true,\"country\":\"US\",\"country_percentage\":0.0,\"created_at\":\"2020-08-19T13:49:33.662Z\",\"percentage\":0.06,\"postal_code\":null,\"postal_code_percentage\":0.06,\"region\":\"PA\",\"region_percentage\":0.0,\"tier_max\":null,\"tier_min\":null,\"updated_at\":\"2020-08-19T13:49:33.662Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Tax Rates",