davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

When call getSpecificReport, error occurred #216

Closed SaylorZhu closed 4 years ago

SaylorZhu commented 6 years ago

$marketingService->getSpecificReport(new GetSpecificReportRestRequest([ 'report_id' => $reportId, ]));

Type error: Argument 2 passed to DTS\eBaySDK\Parser\JsonParser::assignProperties() must be of the type array, null given

ebay api say that If successful, this call returns an HTTP status code of "200 Success" and an empty response body.

So, What should I do?