Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ShipStation IP (Independent Publisher) (Preview)
👁 Image
The API is a great way to get data directly to and from ShipStation, like creating orders, updating products, and querying order, shipment and customer data.
This connector is available in the following products and regions:
| Service | Class | Regions |
|---|---|---|
| Copilot Studio | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
| Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Contact | |
|---|---|
| Name | ShipStation |
| URL | https://shipstation.com |
| kristian@matthews-kennington.com |
| Connector Metadata | |
|---|---|
| Publisher | Kristian Matthews |
| Website | https://shipstation.com |
| Privacy policy | https://shipstation.com/privacy-policy |
| Categories | Business Management |
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| API calls per connection | 100 | 60 seconds |
Actions
| List Marketplaces |
Lists the marketplaces that can be integrated with ShipStation. |
| List Stores |
Retrieve the list of installed stores on the account. |
| Refresh Store |
Initiates a store refresh. |
List Marketplaces
- Operation ID:
- Stores-Marketplaces-Get
Lists the marketplaces that can be integrated with ShipStation.
Returns
- response
- array of MarketplacesResponseItem
List Stores
- Operation ID:
- Stores-Get
Refresh Store
- Operation ID:
- Stores-RefreshStore-Post
Initiates a store refresh.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
storeId
|
storeId | integer | ||
|
refreshDate
|
refreshDate | string |
Returns
- Refresh Store Response
- RefreshStoreResponse
Definitions
MarketplacesResponseItem
| Name | Path | Type | Description |
|---|---|---|---|
|
name
|
name | string | |
|
marketplaceId
|
marketplaceId | integer | |
|
canRefresh
|
canRefresh | boolean | |
|
supportsCustomMappings
|
supportsCustomMappings | boolean | |
|
supportsCustomStatuses
|
supportsCustomStatuses | boolean | |
|
canConfirmShipments
|
canConfirmShipments | boolean |
StoresResponseItem
| Name | Path | Type | Description |
|---|---|---|---|
|
storeId
|
storeId | integer | |
|
storeName
|
storeName | string | |
|
marketplaceId
|
marketplaceId | integer | |
|
marketplaceName
|
marketplaceName | string | |
|
accountName
|
accountName | ||
|
email
|
|||
|
integrationUrl
|
integrationUrl | ||
|
active
|
active | boolean | |
|
companyName
|
companyName | string | |
|
phone
|
phone | string | |
|
publicEmail
|
publicEmail | string | |
|
website
|
website | string | |
|
refreshDate
|
refreshDate | ||
|
lastRefreshAttempt
|
lastRefreshAttempt | ||
|
createDate
|
createDate | string | |
|
modifyDate
|
modifyDate | string | |
|
autoRefresh
|
autoRefresh | boolean |
RefreshStoreResponse
| Name | Path | Type | Description |
|---|---|---|---|
|
success
|
success | ||
|
message
|
message | string |
