Skip to content

Latest commit

 

History

History

report-toaster-shipstation-integration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Report Toaster: ShipStation Integration

Tags: Costs, External API, Integration, Report Toaster, Shipping

This task integrates Report Toaster and ShipStation. On order fulfillment, Mechanic calls the ShipStation API to retrieve the shipping cost, and this cost is sent to Report Toaster.

Default options

{
  "api_username__required": null,
  "api_password__required": null
}

Learn about task options in Mechanic

Subscriptions

shopify/orders/fulfilled
mechanic/actions/perform
mechanic/user/text

Learn about event subscriptions in Mechanic

Documentation

This task integrates Report Toaster and ShipStation. On order fulfillment, Mechanic calls the ShipStation API to retrieve the shipping cost, and this cost is sent to Report Toaster.

Note - the task currently makes a few assumptions:

  1. The task will get all shipping costs for an order once the order is completely fulfilled.
  2. The shipping cost is recorded as the shipping cost + insurance cost. You can update the task code to change this logic.
  3. ShipStation does not store the "#" with the order name. So the task strips this out.

See your ShipStation settings to retrieve the API Key and Password to use in the task options.

This task can be run manually as a test by entering an order name.

See the Mechanic documentation for Report Toaster for more information on updating costs.

Installing this task

Find this task in the library at tasks.mechanic.dev, and use the "Try this task" button. Or, import this task's JSON export – see Importing and exporting tasks to learn how imports work.

Contributions

Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.

Task requests

Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!