In the order api it says that the basket or B values are of the format B0x where 0x is two digits. The software I'll be using to interface to ShopSite, Spring/Java, and that others will be using, PHP, expects the FORM field names to have square brackets around the numbers, for FORM fields that are lists; for example B-Name[01], B-Name[02], etc.
I'm not sure if they expect the number in brackets to be at the end, but that's where I've always seen them.
Is it possible to configure ShopSite to use B values in this format, with the numbers in brackets at the end?
Thanks