For various queries (orders/products/purchase_orders etc.) it is possible to filter by customer_account_id. However, it appears that the customer_account_id field is not available in the response which would be useful for me.
Is there a way to get the customer_account_id value? If not what’s the reason for not making it available?
I did a little test and it appears account_id is the same as customer_account_id, can you confirm?
Additionally, on the account query can you confirm that the customers list represents the merchants within a 3pl account (and those account_ids would match what’s on the response of the other inventory/orders/etc. queries)?
The customer_account_id field is the account_id associated with a 3PL’s child account (or merchant account). When querying your customers, the Account ID returned for each can be input in various queries and mutations using the customer_account_id field.
Please let me know if you have any further questions.