Sha256: d9061111de2549dad8c44c2339f8424e24edc779c36346218153eedb0946013d
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
{ "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/\"f176715f10c218476b460b407dfa3ea7\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "11777f9b-b630-4df3-82e2-748c8c923daf", "X-Runtime": "0.005334", "Expires": "0", "Content-Length": "298" }, "request_method": "GET", "request_path": "/api/admin/shippings/5d5ecba5d4322a04dfbf7bfb", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"shipping\": {\n \"_id\": \"5d5ecba5d4322a04dfbf7bfb\",\n \"created_at\": \"2019-08-22T17:06:45.010Z\",\n \"discount_ids\": [\n\n ],\n \"instructions\": null,\n \"order_id\": \"1234\",\n \"quantities\": {\n },\n \"shipping_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"tax_total\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"updated_at\": \"2019-08-22T17:06:45.010Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/shippings/5d5ecba5d4322a04dfbf7bfb\" -X GET " } ], "resource": "Shipping", "description": "Showing a shipment", "route": "/api/admin/shippings/:id", "http_method": "GET" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-api-4.4.7 | doc/api/admin/shipping/showing_a_shipment.json |