amazon-sp-api-timeout
Version:
Amazon Selling Partner API client
23 lines • 629 B
JavaScript
module.exports = {
services:{
__versions:[
'v1'
],
__operations:[
'getServiceJobByServiceJobId',
'cancelServiceJobByServiceJobId',
'completeServiceJobByServiceJobId',
'getServiceJobs',
'addAppointmentForServiceJobByServiceJobId',
'rescheduleAppointmentForServiceJobByServiceJobId',
'assignAppointmentResources',
'setAppointmentFulfillmentData',
'updateSchedule',
'createReservation',
'updateReservation',
'cancelReservation',
'createServiceDocumentUploadDestination'
],
...require('./versions/services/services_v1')
}
};