FCHubFCHub.co

Update order billing address

Update the billing address for a specific transaction.

PUT
/customer-profile/orders/{transaction_uuid}/billing-address

Authorization

cookieAuth
wordpress_logged_in<token>

WordPress cookie authentication for same-origin requests. Requires a valid nonce passed via X-WP-Nonce header.

In: cookie

Path Parameters

transaction_uuid*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://your-site.com/wp-json/fluent-cart/v2/customer-profile/orders/string/billing-address" \  -H "Content-Type: application/json" \  -d '{}'
{}