| 开发者 |
woocommerce
automattic royho akeda mattyza bor0 woothemes dwainm laurendavissmith001 Kloon |
|---|---|
| 更新时间 | 2026年5月11日 16:08 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
You’ve come to the right place. Our documentation for ShipStation for WooCommerce includes detailed setup instructions, troubleshooting tips, and more.
To start, review our troubleshooting tips for answers to common questions. Then, if you need further assistance, get in touch via the official support forum.
No. Merchants will need a real-time shipping quote extension (such as USPS, FedEx, UPS, etc.) or an alternate method (e.g. flat rate charges.
Yes; conditional exporting is not currently available.
This commonly occurs when products and variations do not have a unique stock-keeping unit (SKU) assigned to them. Allocate a unique SKU to each product — and each variation of that product — to ensure order line items show up correctly in ShipStation.
/wc-shipstation/v1/* REST namespace requires a WooCommerce Basic Auth credential that matches a row in woocommerce_api_keys on every request. Other authentication paths (App Passwords, cookies, Jetpack-signed requests on their own) cannot reach these routes. The lookup is by hashed consumer_key against the table, so installs that issued a ShipStation key before the auth modal landed continue to authenticate. With the flag off, the existing wc_shipstation_user_can_manage_wc filter remains the sole authority and behaviour matches previous releases.https://public-api.wordpress.com/wpcom/v2/sites/{blog_id}/shipstation) as the "Site URL" when the WPCOM transport flag is on AND the site is Jetpack-connected, so ShipStation routes traffic through WordPress.com instead of the merchant URL.modified_after polls no longer re-fetch orders it already received./orders endpoint performance.WC_SHIPSTATION_WPCOM_TRANSPORT feature flag). Adds a "WordPress.com Connection" settings section that lets stores connect to WordPress.com via the Jetpack Connection package. No traffic is routed over the new channel yet.?rest_route= query parameter (plain permalink fallback).NotesToBuyer instead of being mixed into InternalNotes.rest_forbidden errors when key generation is triggered by a shop manager or other non-administrator account.returns field to the REST API order response to expose refund and return data, enabling ShipStation to detect fully refunded/cancelled orders and update their status accordingly.woocommerce_api_wc_shipstation action when calling REST API orders export endpoint for 3rd party plugins compatibility.woocommerce_shipstation_shipnotify_status_updated that will be called after the order status is changed.woocommerce_shipstation_get_order_id filter consistent by removing the conversion function.wt_order_number to search order number.