ShipBob integration (Productivity, Data). Imported from open-connector.
https://api.shipbob.com/channel
/inventory-level
| Param | Type | Required | Description |
|---|---|---|---|
| searchBy | string | optional | Search by inventory id, inventory name, or SKU. |
| inventoryIds | array | optional | Specific ShipBob inventory item ids to retrieve. |
| isActive | boolean | optional | Whether to return only active or inactive inventory items. |
| isDigital | boolean | optional | Whether to return only digital or physical inventory items. |
| pageSize | integer | optional | The maximum number of ShipBob records to return. |
| sortBy | string | optional | The ShipBob field expression used to sort results, such as Name or -total_on_ha… |
/inventory-level/{inventoryId}
| Param | Type | Required | Description |
|---|---|---|---|
| inventoryId | integer | required | The ShipBob inventory item id to retrieve. |
/product
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Search products by name, SKU, inventory id, or product id. |
| barcode | string | optional | A barcode associated with a product variant. |
| barcodes | array | optional | Barcodes associated with product variants. |
| categoryIds | array | optional | ShipBob category ids associated with products. |
| channelIds | array | optional | ShipBob channel ids associated with product variants. |
| hasDigitalVariants | boolean | optional | Whether products have digital variants. |
| hasVariants | boolean | optional | Whether products have variants. |
| inventoryId | integer | optional | A ShipBob inventory id associated with a product variant. |
| isInventorySyncEnabled | boolean | optional | Whether inventory sync is enabled for variants. |
| lastUpdatedTimestamp | string | optional | Return products updated since this timestamp. |
| name | string | optional | Search products or variants by name. |
| onHand | boolean | optional | Whether products have inventory on hand. |
| productId | integer | optional | A ShipBob product id to filter by. |
| productType | string | optional | A ShipBob product type to filter by. |
| sellerSku | string | optional | A seller SKU query. |
| sku | string | optional | A ShipBob SKU query. |
| variantId | integer | optional | A ShipBob variant id to filter by. |
| variantStatus | string | optional | A ShipBob variant status to filter by. |
| pageSize | integer | optional | The maximum number of ShipBob records to return. |
| sortBy | string | optional | The ShipBob product field used to sort results. |
| sortOrder | string | optional | The ShipBob product sort order. |
/location
| Param | Type | Required | Description |
|---|---|---|---|
| includeInactive | boolean | optional | Whether inactive ShipBob locations should be included. |
| receivingEnabled | boolean | optional | Whether to return only receiving-enabled locations. |
| accessGranted | boolean | optional | Whether to return only locations granted to this merchant. |