Versions Compared

Key

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

...

Following the example values in the table, the string would look like this:

Code Block
languagejson
[{
	"price": "182",
	"quantity": "0",
	"commissionFix": "0",
	"commissionPercent": "11",
	"categoryId": "3682",
	"productId": "MA339HL84SEDLMX-893765",
	"productNumber": "Green Hoover vacuum cleaner",
	"positionId": "1",
	"status": "1",
	"discountValue": "20.00",
	"brandName": "Hoover",
	"productCategoryName": "Household appliance"
}]

Multiple strings

As was mentioned above, every string represents one basket position. This means that when a customer ordered different articles, the basket parameter will contain multiple strings.

...