put
https://www.pelcro.com/api/v1/sdk/members/
Link a shipping address to a membership seat.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Update a membership seat. This endpoint sets the member's shipping address (address_id) — the address must be one owned by the authenticated customer. Pass null to unlink. The response is the customer resource with a fresh JWT.
Example:
curl --request PUT \
--url 'https://www.pelcro.com/api/v1/sdk/members/1001?site_id=1025' \
--header 'Authorization: Bearer <JWT>' \
--header 'Content-Type: application/json' \
--data '{ "address_id": 4055 }'Notes
- Protected — requires the customer's JWT.
- The member must belong to the authenticated customer and the asserted site.
address_idmust reference an address owned by the customer, otherwise a400validation error (Address ID is invalid) is returned.

