Creating Dropship Provider Addresses
Last update: 3 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.