Client library for shipstation
npm install --save @datafire/shipstation
let shipstation = require('@datafire/shipstation').create();
.then(data => {
console.log(data);
});
Polls is a simple API allowing consumers to view polls and vote in them.
List All Questions
shipstation.questions.get(null, context)
This action has no parameters
Output schema unknown
You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.
shipstation.questions.post({}, context)
- input
object
- body
object
- choices
array
- items
string
- items
- question
string
- choices
- body
Output schema unknown