tracked items for new customers
I am trying to figure out how to add a tracked item for a new customer but I don't exactly understand the documentation. What is in the context of your API specification?
items[][itemCode] No (see notes) Your code for this tracked
item. Limited to 36 characters.
items[][quantity] No (see notes) The positive amount accurate to up
to 4 decimal places that you wish to set the current usage to for
this item. Can be zero.
For example, can i do the following or should i do it some other way?
$newCustomer['items'][1]['itemCode'] = 'MY_ITEM';
$newCustomer['items'][1]['quantity'] = 1;
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Jess Pendley on 10 Mar, 2014 03:33 PM
Hi Eric --
That should work.
Let us know if you need anything else.
Jess Pendley closed this discussion on 10 Mar, 2014 03:33 PM.