July 2025
π Release of 2025-07 API Version
New Endpoints Introduced
Billing:GET /invoicesβ Returns a paginated list of invoices. Introduced in this version to support invoice visibility and filtering.GET /invoices/{invoiceId}/transactionsβ Fetches transaction-level detail for a given invoice.GET /transaction-feesβ Lists available transaction fee types within the billing system.POST /transactions:queryβ Enables advanced querying of transactions with support for filters and pagination.
-
GET /product/{productId}/variants -
POST /product/{productId}/variants -
PATCH /product/{productId}/variantsβ New set of endpoints for managing product variants in bulk. -
POST /product:moveVariantsβ Allows moving multiple variants to a different product in one operation. -
POST /product/{productId}:moveVariantsβ Enables merging variants into an existing product. -
POST /variant/{variantId}:convertToBundleβ Converts a standard variant into a bundled product. -
POST /variant/{variantId}:mergeβ Combines multiple variants into a single entity. -
DELETE /product/{productId}β Deletes a product by ID. This method is now officially supported.
POST /receiving:setExternalSyncβ New operation to toggle theexternalSyncflag on receiving orders.
π€ Endpoints Removed
Returns:GET /return/{id}/statushistory
PUT /shipment/{shipmentId}
π Renamed or Updated Endpoint Paths
To maintain consistency and follow modern naming conventions, several existing endpoints have been updated. Most of these changes involve switching from slashes (/) to colon-style actions (:action) or applying hyphenated names.| Old Path (2.0) | New Path (2025-07) |
|---|---|
/order/estimate | /order:estimate |
/order/{orderId}/cancel | /order/{orderId}:cancel |
/order/{orderId}/shipment/{shipmentId}/cancel | /order/{orderId}/shipment/{shipmentId}:cancel |
/order/{orderId}/storeOrderJson | /order/{orderId}/store-order-json |
/shippingmethod | /shipping-method |
/shipment/:bulkUpdateTrackingUpload | /shipment:batchUpdateTrackingUpload |
/shipment/cancelbulk | /shipment:batchCancel |
/shipment/{shipmentId}/cancel | /shipment/{shipmentId}:cancel |
/receiving/{id}/cancel | /receiving/{id}:cancel |
/fulfillmentCenter | /fulfillment-center |
/return/{id}/cancel | /return/{id}:cancel |
π Documentation
Added βBillingβ use case for guidance on Billing API usage.April 2025
π Documentation
- Launched new API docs.
- Added 2.0 and experimental versions to API docs.
December 2024
π New Features
Introduced thePUT 1.0/shipmentendpoint to indicate when tracking information has been uploaded. Use this endpoint to acknowledge that tracking details have been successfully synced to your system. Here is example use case:- Poll orders with tracking using
GET 1.0/order?HasTracking=true&IsTrackingUploaded=falseto retrieve orders where tracking has been provided but not yet confirmed as uploaded. - Once tracking is uploaded, call the
PUT 1.0/shipmentendpoint to mark it as uploaded.
March 2024
February 2023
π New Features
- Enabled self-service generation of Auth Tokens (Personal Access Tokens) directly from the ShipBob dashboard.
November 2022
π Improvements
- Added
GET 2.0/simulate/status/{simulation_id}endpoint in the Sandbox Environment to fetch the status of a registered simulation.
October 2022
π New Features
- Introduced
POST 2.0/simulate/shipmentendpoint in the Sandbox Environment to request simulation for processing a shipment to βShippedβ and βDeliveredβ statuses.
August 2022
π New Features
- Added
GET 2.0/receivingendpoint to request multiple Warehouse Receiving Orders (WROs), supporting various query parameters like fulfillment center ID and WRO insert date.
β οΈ Deprecations
- Deprecated
1.0/receivingendpoints. Users are encouraged to migrate to2.0/receiving. Note: The models returned by2.0/receivingwill no longer contain box info; this will be moved to a separate endpoint before/receivingis removed permanently.
April 2022
π Improvements
- Added
purchase_order_numberattribute to the Receiving APIβs request and response structures.
May 2021
π Improvements
- Introduced
total_sellable_quantityattribute to Inventory API endpoints, calculated by subtracting the total exception quantity from the fulfillable quantity.
March 2020
π New Features
- Enabled auto-creation of Products when sending Orders that use the product
reference_id. - Added a new authentication method - Personal Access Token (PAT) - for single-merchant applications.
π Documentation
- Updated βGetting Startedβ section for clearer guidance on API usage.
- Added an example integration diagram to the Tools section.
February 2020
π Improvements
- Added βOn Handβ and βCommittedβ quantity calculations to the Inventory Resource.
- Moved the Shipments endpoints under the Orders API resource, ensuring no interruptions of service.
- Added Shipment information to the βGet Orderβ and βGet Ordersβ endpoints.
January 2020
π New Features
- Introduced the Returns API, including endpoints to create, edit, cancel, and retrieve returns.
- Added
referenceIdfield as a filter to the βGet Ordersβ endpoint.
December 2019
π New Features
- Enabled developers to request multi-channel applications with read-only access to all of a userβs channels.
π Improvements
- Added
packaging_attributefield to Inventory API endpoints. - Fixed issue with missing inventory items in Bulk POST Products response.
- Added βCancel Warehouse Receiving Orderβ endpoint.
- Fixed incorrect
Next-Pageheaders returned by endpoints with multiple pages. - Added company name to recipient info in Orders endpoints.
- Added packaging type to Shipments endpoints.
- Fixed bug where Shipments endpoints did not return more than one lot date and lot number for inventory.
November 2019
π Improvements
- Added βCompany Nameβ to the shipment object in the Fulfillment API.
- Introduced an additional βOn Holdβ status reason - βMissing Packaging Preferencesβ. Merchants should resolve this by logging into their ShipBob account.
π New Features
- Released Warehouse Receiving API for creating orders to receive inventory into ShipBobβs fulfillment center.
π Documentation
- Fixed inconsistencies and combined all APIs into a single document.
- Introduced new endpoints for βGET Timeline Logs For One Shipmentβ and βGET Timeline Logs For One Shipment Without Orderβ.
π Improvements
- Shipments with βOn Holdβ status for missing tariff information now display the inventory ID causing the hold.
