Ingles:
Hello, how are you, I was using API 2023-01 to integrate the system with Shopify and register products automatically. I used version 2023-01 and it always worked well.
Now in 2024, when I send a product for registration, the api returns a json with several products and their variants and not the product that was sent for registration.
sample of json I send to api
{“product”:{“title”:“Titulo do produto”,“body_html”:“”,“product_type”:“”,“status”:“active”,“tags”:“produto”,“published_scope”:“global”,“images”:[{“src”:“asdas”,“position”:1}],“variants”:[{“barcode”:“”,“inventory_management”:“shopify”,“inventory_policy”:“deny”,“price”:4200,“sku”:“ROB1-OC-16”,“taxable”:true}],“vendor”:“Vendedorname”}}
This always worked now, it is not working but no error is displayed. It does not create the product and also does not return any errors.
The Return is the complete Json with several other products already registered.
What can it be ?
Thanks