Managing Shipments
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to receive cash advance payouts for orders originating from your BigCommerce store, tracking info must be added for verification. The following guide details certain workflows to create and manage shipments to ensure best practices for managing invoices.
Details regarding Resolve's shipment verification requirements can be found in our Shipment Verification Policy and FAQs article.
Regardless of whether you are using a third-party shipping app, or a custom shipment integration, shipment tracking details must be added to receive cash advance payouts.
Once shipments are created in BigCommerce, Resolve will sync the tracking details with the related invoice record. You can access shipments in Resolve by selecting an invoice and select the Shipping tab.
Resolve uses the tracking number and shipping carrier to validate the shipping status and provide an estimated delivery date.
You can also manually create shipments in Resolve by selecting the Add shipment details button from the Invoices tab, or after selecting an invoice. See our Shipment Tracking and Visibility Help Center article for details around manually creating shipments in Resolve.
If you are manually shipping items using the BigCommerce Control Panel, simply ship items using the Ship Items action in the Control Panel. You do not need to set the order status as Shipped to sync shipments with Resolve.
Ensure you are providing the following when creating shipments:
The shipping provider
The Tracking ID
If you are using a third-party logistics app such as Shippo or Shipstation, shipments must also be created in BigCommerce as well. If shipments are not created against an order in BigCommerce, then Resolve will not be able to sync tracking details with the invoice.
If you are using the BigCommerce /shipments
endpoint to create shipments, then Resolve will sync the necessary tracking details with the invoice. Ensure you are providing the tracking_number
and shipping_provider
when creating shipments.
POST https://api.bigcommerce.com/stores/{store_hash}/v2/orders/{order_id}/shipments
Shipments in BigCommerce must be managed through the Shipments tab in the Control Panel.
Changes made to the tracking number in BigCommerce will sync with the invoice.
Deleting shipments in BigCommerce will also remove them from invoice.
Modifying or removing shipments in Resolve will not sync with the BigCommerce order.