Skip to content

Adding an Account ID to Shipping Object on Cart is Not Prefilling the Shipping #140

Answered by ericingram
osseonews asked this question in Help
Discussion options

You must be logged in to vote

Thanks for the details. This appears to be a bug, but we'll investigate to be sure. The intended behavior is basically what you described.

A few specific things are supposed to happen:

  1. If you update a record and set or change account_address_id, it will load address details into the shipping object, but if you also specify new shipping details in the same request, it will update the newly specified account address record as well

  2. If you update a record with an existing account_address_id, it will update the existing account address record with new details

  3. If you set shipping details on a cart/order where no account_address_id exists, it will create a new account address record with t…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ericingram
Comment options

Answer selected by logeshswell
Comment options

You must be logged in to vote
1 reply
@ericingram
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
bug Something isn't working backend
3 participants