OrderStatusUpdate

APIDescription
GET api/OrderStatusUpdate?OrderId={OrderId}&Status={Status}

Here you can change the status of an order. As "Value" either the specified Value-number, or also the string is possible. Example: you can pass "Picked", or "20". (case-sensitive is ignored) For a detailed overview see the link to the data type "OrderStatus".

ResetTestOrders

APIDescription
GET api/ResetTestOrders

This function resets all test orders of the test user / Trialaccess. The creation date of the orders is set to today. This should be considered for functions like 'GetOrders'!

AddOrderTracking

APIDescription
GET api/AddOrderTracking?orderId={orderId}&trackingNumber={trackingNumber}&carrier={carrier}

Here you can add tracking numbers from your carrier to your order if you didn't use Bandel DHL label received from GetOrderShippingLabels. Please add one trackingnumber at a time. Don't forget to set Shipped Status by using OrderStatusUpdate.

GetOrderShippingLabels

APIDescription
GET api/GetOrderShippingLabels?OrderId={OrderId}&NumberOfLabels={NumberOfLabels}

Here shipping labels can be generated and retrieved by ByteCode for the desired order

GetOrders

APIDescription
GET api/GetOrders?from={from}&to={to}&withLabels={withLabels}

Orders from a specific time period can be retrieved here. Period must not exceed 2 years. Optionally, you can also display the previously created shipping labels again via ByteCode