in the src have for example: http://183.133.122.10:8080/image.jpg
that doesn't work
but in case of having: http://connector:8080/image.jpg
already works
When creating webhook's by the endpoint of the API notice it haves this behavior when its points to ip always returns address invalid but using a domain with or without port already works so Shopify doesn't seem to suport the use of ip is what I concluded.
{
"product": {
"id": 4520265121841,
"images":[{"position":1,"src":"https://213.63.235.162:448/TinctureNatural/500.jpg","variant_ids":[31673070649393]}],"id":4520265121...}
}
fails but if change to
{
"product": {
"id": 4520265121841,
"images":[{"position":1,"src":"http://staging.winsig.pt/win_shop_connector/500.jpg","variant_ids":[31673070649393]}],"id":452026512...}
}
as stated above it by ip doesn't work and by domain/subdomain works is that supose? need to work with ip
User | Count |
---|---|
12 | |
12 | |
10 | |
7 | |
6 |