Close
logo

Creating Dropship Provider Addresses

Git RepositoryEdit on Github
Last update: 2 years ago by Francesco de LorenziReading time: 2 min

It is possible to create Dropship Provider Addresses for each Vendor by making the following cURL request:

curl --request POST \
--url https://api.jetti.io/api/dropship-provider-addresses.json \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{"bypass":false,"dropshipProviderId":id,"country":"US","name":"Company","firstName":"First","lastName":"Last","addressLineOne":"Addr 1","addressLineTwo":"Addr 2","city":"City","state":"State","zip":"11100"}'

The Dropship Provider id needs to be changed with the respective id.

⌨️ Dropship Providers — Previous
Adding Vendor Emails
Next — ⌨️ Dropship Providers
Mass Updating Dropship Providers