Page 1 of 1

Billing and Shipping address in Broadleaf Commerce

Posted: Fri Feb 27, 2015 7:46 am
by soulfly
I'm experimenting with Collect on Delivery (COD) orders in Broadleaf commerce and the question that I have is: how do I find out the Billing and Shipping address that the customer has entered for that particular order?

I can see that entries for both addresses get created in blc_address table.

I guess the Shipping address can be checked via blc_fulfillment_group (address_id and order_id columns) but how about billing address?

Re: Billing and Shipping address in Broadleaf Commerce

Posted: Thu Apr 02, 2015 9:56 am
by phillipuniverse
The billing address is within the BLC_ORDER_PAYMENT for that order (there is a relationship to an Address). You're right, the shipping address is in blc_fulfillment_group.

Re: Billing and Shipping address in Broadleaf Commerce

Posted: Wed Jun 17, 2015 1:47 pm
by phillipuniverse
You will need to write an endpoint that modifies the address of a FulfillmentGroup.