Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In addition, this function uses an offset. Products are packed into arrays of 100 elements. You can use an offset greater than 0 to get additional products. For example, if you have 321 products, you would run this method 4 times using the offsets 0, 100, 200, 300. The first 3 responses will have 100 products each, and the last response will have 21 products.

Return values

On success, the result string contains a product list as described above.

On failure, the result string contains an error message. See Return codes for further information on error messages.

...