{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { }, "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", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"3487ba930af60559198a87540eb211a4\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "9e3ecd74-8dc8-4c4d-9b21-ea702651f3a5", "X-Runtime": "0.006653", "Expires": "0", "Content-Length": "225" }, "request_method": "GET", "request_path": "/api/admin/inventory_skus/SKU", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-21T21:49:39.556Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-21T21:49:39.556Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/inventory_skus/SKU\" -X GET " } ], "resource": "Inventory SKUs", "description": "Showing an inventory SKU", "route": "/api/admin/inventory_skus/:id", "http_method": "GET" }