{ "parameters": [ { "name": "page", "description": "Current page" }, { "name": "sort_by", "description": "Field on which to sort (see responses for possible values)" }, { "name": "sort_direction", "description": "Direction to sort (asc or desc)" } ], "response_fields": [ ], "requests": [ { "request_headers": { }, "request_query_parameters": { "page": "1", "sort_by": "created_at", "sort_direction": "desc" }, "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", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:35:12 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "a063caec-6ec2-461f-b45e-4f171add6214", "X-Runtime": "0.009432", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "504" }, "request_method": "GET", "request_path": "/api/admin/pricing_skus/2134/prices?page=1&sort_by=created_at&sort_direction=desc", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"prices\": [\n {\n \"_id\": \"5dddc4c012415942540751c1\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2019-11-27T00:35:12.821Z\",\n \"min_quantity\": 1,\n \"on_sale\": false,\n \"regular\": {\n \"cents\": 1500.0,\n \"currency_iso\": \"USD\"\n },\n \"sale\": null,\n \"updated_at\": \"2019-11-27T00:35:12.821Z\"\n },\n {\n \"_id\": \"5dddc4c012415942540751c2\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2019-11-27T00:35:12.867Z\",\n \"min_quantity\": 1,\n \"on_sale\": false,\n \"regular\": {\n \"cents\": 1500.0,\n \"currency_iso\": \"USD\"\n },\n \"sale\": null,\n \"updated_at\": \"2019-11-27T00:35:12.867Z\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/pricing_skus/2134/prices?page=1&sort_by=created_at&sort_direction=desc\" -X GET " } ], "resource": "Prices", "description": "Listing pricing sku prices", "route": "/api/admin/pricing_skus/:pricing_sku_id/prices", "http_method": "GET" }