Skip to main content
POST
Step 2 - Set shipping address

Authorizations

x-commerce-api-key
string
header
required

Legacy alias for commerce-scoped API keys. Prefer x-api-key with scope=commerce.

Body

application/json

Step 2 request. Sets and validates the shipping address for an existing estimate.

customer_id
string
required
Example:

"cust_123456"

estimateId
string<uuid>
required
address
object
required

Response

200 - application/json

Address set successfully

success
boolean
Example:

true

data
object

Step 2 result. Address ID is used in Step 3 invoice creation.