v2

latestSwagger 2.02026-08-0187117271.9 KB
Orders

Add a shipment to a given order

post/api/v1/orders/{id}/shipment

Path parameters

idinteger required

The internal billbee id of the order

Request body

ShippingIdstring

The id of the shipment (Sendungsnummer/trackingid)

OrderIdstring

Optional a differing order number of the shipment if available

Commentstring

Optional a text stored with the shipment

ShippingProviderIdinteger

Optional the id of a shipping provider existing in the billbee account that should be assigned to the shipment

ShippingProviderProductIdinteger

Optional the id of a shipping provider product that should be assigend to the shipment

CarrierIdinteger

Optional the id of a shipping carrier that should be assigend to the shipment Will override the carrier from the shipment product. Please use the integer value from this Enumeration: {Billbee.Integration.Channel.Model.Enums.ShippingCarrier}

ShipmentTypeinteger

0 if Shipment, 1 if Retoure {Billbee.Integration.Channel.Model.Enums.ShipmentTypeEnum}

Response

OK

object required