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

    OrderLineDto

    {
        "id": "string",
        "sku": "string",
        "itemName": "string",
        "unitOfMeasure": "string",
        "pickedWeight": 0,
        "targetQty": 0,
        "priority": 0,
        "batchLotNumber": "string",
        "dateTimeStamp": "2019-08-24T14:15:22.123Z"
    }
    Built with