{ "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, 19 Aug 2020 13:52:09 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "3360e9dc-c2d3-467e-b3d6-0663d89d65d4", "X-Runtime": "0.007200", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "412" }, "request_method": "GET", "request_path": "/api/admin/pricing_skus?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 \"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}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/pricing_skus?page=1&sort_by=created_at&sort_direction=desc\" -X GET " } ], "resource": "Pricing SKUs", "description": "Listing pricing SKUs", "route": "/api/admin/pricing_skus", "http_method": "GET" }