Layer Seven Automation
    • Auth
      • /l7a/auth/token
        POST
    • Orders
      • /l7a/api/wcs/orders/completed
        GET
      • /l7a/api/wcs/orders
        POST
      • /l7a/api/wcs/orders/process
        PUT
      • /l7a/api/wcs/orders/cancel
        PUT
      • /l7a/api/wcs/orders/cancel
        POST
      • /l7a/api/wcs/orders/complete
        PUT
    • Schemas
      • CancelOrderActionDto
      • Order
      • OrderActionDto
      • OrderDto
      • OrderLine
      • OrderLineDto
      • ProblemDetails

    Order

    {
        "customerName": "string",
        "customerAddress": "string",
        "orderNumber": "string",
        "lines": [
            {
                "id": "string",
                "SKU": "string",
                "itemName": "string",
                "unitOfMeasure": "string",
                "pickedWeight": 0,
                "targetQty": 0,
                "priority": 0,
                "batchLotNumber": "string",
                "orderedAt": "2019-08-24T14:15:22.123Z",
                "dispatchedAt": "2019-08-24T14:15:22.123Z",
                "completedAt": "2019-08-24T14:15:22.123Z",
                "timestamp": "2019-08-24T14:15:22.123Z"
            }
        ],
        "orderedAt": "2019-08-24T14:15:22.123Z"
    }
    Built with