Generic Fulfillment Provider for Shipstation.com.
Looking for Spool-Generics?
$ npm install --save @fabrix/generics-shipstation
// config/generics.ts
export const generics = {
// make the key shipstation, alternatively make the key payment_processor to be the default payment_processor
shipstation: {
adapter: require('@fabrix/generic-shipstation').ShipstationGeneric,
config: {
shipstation_public: '<your public key>',
shipstation_secret: '<your private key>'
},
api: require('@fabrix/generic-shipstation/api'),
icon: '' // url to an icon you want to use for this generic
}
}