Create a parcel customer

View as Markdown
Create a new parcel customer (sender profile) for the authenticated business. ### Dedup behavior - If `address_suffix` is provided and a customer with that suffix already exists for this business+mode, returns the existing customer with `200`. - If `address_suffix` is omitted, deduplicates by `mobile`/`email` match. ### Auto-generation When `address_suffix` is omitted, one is auto-generated using your business prefix (e.g. `PQSFX-042`). ### Pickup address If any sender detail is provided (`first_name`, `email`, `mobile`, `origin_*`), then `origin_address`, `origin_city`, `origin_state`, and `origin_country` must all be present.

Authentication

X-Api-Keystring
API Key authentication via header

Request

This endpoint expects an object.
parcel_customerobjectRequired

Response

Already exists (dedup by address_suffix or contact)

statusstringOptional
messagestringOptional
dataobjectOptional
Sender profile for a parcel customer. Reusable across quotes and bookings.

Errors

401
Unauthorized Error
422
Unprocessable Entity Error