Sets customer billing information for payment processing
| Error Code | Description | Resolution |
|---|---|---|
ErrorCartNotFound | Cart does not exist | Verify cart ID and domain |
ErrorCountryNotSupported | Billing country not supported | Use supported country |
ErrorInvalidState | Invalid state/province for country | Verify state code |
ErrorInvalidInputBody | Request body validation failed | Check request format |
MissingAuthHeader | Missing authorization header | Include x-firmly-authorization |
InvalidToken | Invalid JWT token | Refresh authentication token |