{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { "Content-Type": "application/json" }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Location": "/api/admin/pricing_skus/SKU2", "Content-Type": "application/json; charset=utf-8", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:46:29 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "6870a5a5-38aa-4f57-87aa-f15c5e803a93", "X-Runtime": "0.038278", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "212" }, "request_method": "POST", "request_path": "/api/admin/pricing_skus", "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\"}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "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}", "response_content_type": "application/json", "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\"" } ], "resource": "Pricing SKUs", "description": "Creating an pricing SKU", "route": "/api/admin/pricing_skus", "http_method": "POST" }