create_shipment
Initiate shipment creation for e-commerce orders by specifying order ID, shipping method, and items to ship. Integrates with ShipBob API to streamline fulfillment processes.
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 |