Skip to main content
POST
Set cart address

Path Parameters

cart_token
string
required

Cart token

Body

application/json
type
enum<string>
required

Address type

Available options:
ship_to,
bill_to,
both
Example:

"ship_to"

address_id
integer

Existing address ID (optional)

use_shipping_address_for_billing
boolean
jwt
string | null

Customer JWT used to resolve the FluidPay account for saved-address lookups.

address
object

Response

Success

Cart response wrapper (CartBlueprinter with_associations view). Scalar totals, flags, and points are strictly typed; genuinely dynamic fields (metadata, processor-specific payment payloads) and nested associations (items, addresses, country, company) are typed as open pockets and tightened in follow-up work.

cart
object
required
meta
object
required