Help with API parameters

From my experience, you usually include parameters in the URL with the general format of parameterName=passedValue and to add more after that you do &additionalParameterName=additionalParameterValue.

You can check out the Catalog APIs article to try and gain a better understanding. You can also check out this community tutorial:

1 Like