mirakl / sdk-php-shop

Mirakl PHP SDK for sellers
30 stars 16 forks source link

Field product_id_type, what are the optional values? #41

Closed lanrenbulan closed 4 weeks ago

lanrenbulan commented 1 year ago

Hi,

I am using the API about offer, field product_ id_type, what are the optional values of type? I download offer to my own system, but I don't know how to generate a link to directly access the sales page.

jreinke commented 1 year ago

Hello,

This is the type associated to the value you have specified in the product_id field. For example:

"product_id": "9400016774345"
"product_id_type": "EAN"

I hope it helps.

lanrenbulan commented 1 year ago

Can I obtain a URL to directly access the product's page

jreinke commented 1 year ago

Please access to the Help Center directly from your Mirakl environment under the Help tab.

Maxtab commented 1 year ago

Hi, I have checked the help sections of different Mirakl marketplace to see if we can get the product page URL, and didn't find anything. Is there any way to get this link using SDK or directly the API ?

Thank you for your help