UNPKG

amazon-sp-api

Version:

Amazon Selling Partner API client

13 lines (12 loc) 288 B
module.exports = { '2024-11-01': { getVehicles: (req_params) => { return Object.assign(req_params, { method: 'GET', api_path: '/catalog/2024-11-01/automotive/vehicles', // No restore rate defined in docs! restore_rate: 1 }); } } };