tracked items for new customers

Eric Jenkins's Avatar

Eric Jenkins

09 Mar, 2014 03:09 AM

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;
  1. 1 Posted by Jess Pendley on 10 Mar, 2014 03:33 PM

    Jess Pendley's Avatar

    Hi Eric --

    That should work.

    Let us know if you need anything else.

  2. Jess Pendley closed this discussion on 10 Mar, 2014 03:33 PM.

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

Recent Discussions

28 Mar, 2024 10:45 PM
24 Jan, 2024 08:33 AM
11 Jan, 2024 07:13 AM
30 Nov, 2023 02:07 AM
22 Nov, 2023 08:41 AM