Added a PageSize Parameter to the getItemQuantities call
about 8 years ago by Ben
We've added a small improvement the getItemQuantities call. You can now specify a PageSize value between 1000 and 10000 products returned. If the value is less than 1000 or greater than 10000, the call will use the default page size of 10000.
{
"ModifiedAfterDateTimeUtc":"2016-01-11T00:00:00.0000000Z",
"ModifiedBeforeDateTimeUtc":"2016-01-12T00:00:00.0000000Z",
"ProductCodes":["8246739"],
"PageNumber":0,
"PageSize":10000,
"TenantToken":"12345abcde=",
"UserToken":"edcba54321="
}
Changelog
- improved: getItemQuantities
- added: