trieb-work / zoho-ts

Zoho Inventory, Invoice and Books Typescript library with several predefined functions
Apache License 2.0
13 stars 5 forks source link

Add an "enableTracking" function #3

Closed JannikZed closed 2 years ago

JannikZed commented 2 years ago
POST https://inventory.zoho.eu/api/v1/shipmentorders/XXXX/enable/tracking
JSONString: {"carrier":"DPD","tracking_number":"XXXX","notification_email_ids":[""],"notification_phone_numbers":[],"aftership_carrier_code":"dpd"}
organization_id: XXXX
JannikZed commented 2 years ago

done