I would check out the documentation regarding CRM imports. When you initiate one, it returns an ID. You can then query the API to check the "state" attribute of the import.
I'll tell you what I tell everyone who encounters major confusion with the SDK - I would use your own cURL or Guzzle requests. The PHP SDK has never been intuitive.
If you do determine that it is a bug, I would post an issue on the GitHub repository rather than the community forums. Those contributors will be able to help you more than we can.
I'll tell you what I tell everyone who encounters major confusion with the SDK - I would use your own cURL or Guzzle requests. The PHP SDK has never been intuitive.
If you do determine that it is a bug, I would post an issue on the GitHub repository rather than the community forums. Those contributors will be able to help you more than we can.
I would check out the documentation regarding CRM imports. When you initiate one, it returns an ID. You can then query the API to check the "state" attribute of the import.