amomin
amomin

Reputation: 406

Intuit Partner Platform - multiple shipping addresses for customer

I am building an application using IPP (through the php devkit) to get data from customers quickbooks. I anticipate that many of my users will have multiple shipping addresses in their company files. Is it possible to get each shipping addresses?

The response I get using the call (using the php devkit)

$CustomerService->findAll($Context, $realm, $query, $page, $limit);

Seems to only return one shipping address. This thread suggests that multiple shipping addresses is not supported, but perhaps things have changed in the past 2 years.

Upvotes: 1

Views: 202

Answers (1)

William Lorfing
William Lorfing

Reputation: 2656

QB 2013 is starting to accept multiple addresses through the SDK.

However, for IPP v2, only the default shipping address will be available.

William Lorfing

Intuit Partner Platform, Developer Relations

Upvotes: 3

Related Questions