Jump to content

Search the Community

Showing results for tags 'ws'.

  • Search By Tags

    • ws ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 8 results

  1. buenas tardes tengo un problema a la hora de crear productos ya que estos me aparecen sin stock el ws de prestashop de /api/products?schema=blank no cuenta con un campo para cantidad solo una referencia a el stock por lo cual desde hay no e podido crear mi producto con stock y el ws stock_avail...
  2. Ciao ragazzi, Vorrei chiedere come risolvere un piccolo intoppo di WebServices. In pratica un mio cliente si appoggia ad una piattaforma esterna per la gestione dei listini dei vari fornitori e poi tramite dei connettori importa i listini su vari marketplace e il sito. Il si...
  3. en la tabla ps_category_product es donde los productos se pueden vincular con distintas categorias si creo un producto (POST) este se me distribuye en muchas categorías pero si después lo edito (PUT) este se borra de las demás categorías y solo se queda en la default pero alguien...
  4. I understand that you can not add or modify stock from the api since in reference to stock the ws put and post are deactivated only allows me to head and get and tried from the ws <?php define('DEBUG', false); define('_PS_DEBUG_SQL_', true); define('PS_SHOP_PATH', 'http://prueba.com/'); d...
  5. Hi, I'm using prestashop api in version 1.6, but I have a problem with updating the products with combinations. After creating all the combinations, if I use the update ws of the product, I will update the product, but delete all the combinations. I can not figure out how to avoid this b...
  6. Ciao a tutti, sto utilizzando le api di prestashop in versione 1.6, ho un problema però con l'aggiornamento dei prodotti con combinazioni. Dopo aver creato tutte le combinazioni, se uso il ws dell'update prodotto, mi aggiorna il prodotto, però cancella tutte le combinazioni. Non riesc...
  7. Hi guys i'm trying to add a new product via web services using the PSWebServiceLibrary, i tried to read other posts in this forum but i have problems. That's my code: function AddProduct($root_path, $authentication_key, $id, $name, $desc, $cat, $qta, $price){ try{ $webService = CreateWebSer...
  8. Hi! I would like to create a cart in a sub-site of my PS web shop so that the user can generate a cart, click on a "check-out" button and be redirected to the actual PS website with the cart already filled. I developed a method to get the PRODUCTS via API-WS (no problem with that). I also d...
×
×
  • Create New...