create_shipment
Create a shipment for an order using the ShipBob API by specifying the order ID, shipping method, items, and optional fulfillment center ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fulfillmentCenterId | No | Preferred fulfillment center ID | |
items | Yes | Items to ship | |
orderId | Yes | The ID of the order to create a shipment for | |
shippingMethod | Yes | Shipping method to use |