Thibault Dehacq
Thibault Dehacq
Can you check what response do you get executing this endpoint in postman ? `{your-host}/webservice/rest/category?apikey={pimcore-api-key}&storeViewId={storeId}&instanceUrl={magento-instance-url}&id={category-id}` Have your attribute image a correct id ?
> @synchmann @mbolka > when i execute the endpoint i get this response: > { > "success": false, > "msg": "Requested object with id 12508 does not exist." > }...
@faranki5 You're requesting the wrong storeViewId (1 instead of 0 which is Admin), you can see it by requesting http://phpstack-328383-1173945.cloudwaysapps.com/webservice/rest/object/id/12472?apikey=cba1ca2b47b2576fa79f318463b1941b005bb2617e9bdac69cadf156bb70d82e. Try this endpoint http://phpstack-328383-1173945.cloudwaysapps.com/webservice/rest/category?apikey=cba1ca2b47b2576fa79f318463b1941b005bb2617e9bdac69cadf156bb70d82e&storeViewId=0&instanceUrl=dev5.tonsoftiles.co.uk&id=12508 and you will see data for...
Hi, From pimcore side `quantityValues` are supported. Yes, you need to create new IntegrationConfiguration objects for each store.
We are currently working on connector version 2, which should improve times. There will be an option to send multiple products to magento after your import. more info: https://github.com/DivanteLtd/pimcore-magento2-bridge/issues/82