Skip to content

Files

Latest commit

a8e454b · Mar 17, 2024

History

History

orders

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 4, 2020
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024
Dec 27, 2019
Dec 27, 2019
Jan 16, 2024
Jan 1, 2020
Jan 11, 2024
Jan 11, 2024
Jul 12, 2020
Jan 16, 2024
Dec 28, 2020

sample-apps-orders

Usage

This sample application listens on port 8080 and exposes a basePath /orders. The application supports GET, LIST and CREATE items.

curl localhost:8080/items/100000

{
    "operationId": "100000",
    "shipmentId": "shipment-1",
    "lineItems": [
        {
        "lineItemId": "999999",
        "quantity": 1
        }
    ],
    "carrier": "FedEx",
    "trackingId": "200000"
}