Insert product in the Free Market with PHP

1

I'm taking a look at the Free Market API, and I can not find anything about entering products.

Some platforms are already giving this possibility, but I can not find anything about it.

Has anyone done it yet? or have you seen any documentation?

Thank you

    
asked by anonymous 14.09.2015 / 22:27

1 answer

2

Oops, is everything good?

What is your specific question? Well, in the Free Market document the methods for creating products are correctly stated.

link

Remembering that for action can be a different method, such as change description is through:

PUT /items/$ITEM_ID/description?access_token=$ACCESS_TOKEN

link

    
14.09.2015 / 23:26