Sha256: 9ea2e3f19b7276872be1379e31d92749f9f4b1b3c71497f751687c7ba9b756c1
Contents?: true
Size: 1.7 KB
Versions: 1
Compression:
Stored size: 1.7 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/\"99ee682fa8ebf8ae86253ccdc157b2bb\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "fad7957b-b685-46ca-8e4c-35b60111f9bf", "X-Runtime": "0.006785", "Expires": "0", "Content-Length": "247" }, "request_method": "GET", "request_path": "/api/admin/fulfillments/1234", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-08-21T21:49:45.862Z\",\n \"items\": [\n {\n \"_id\": \"5d5dbc79d4322a4b69d782c7\",\n \"created_at\": null,\n \"order_item_id\": \"5d5dbc77d4322a4b69d7829a\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-21T21:49:45.862Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/fulfillments/1234\" -X GET " } ], "resource": "Fulfillment", "description": "Showing fulfillment", "route": "/api/admin/fulfillments/:order_id", "http_method": "GET" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-api-4.4.6 | doc/api/admin/fulfillment/showing_fulfillment.json |