@extends('shopify-app::layouts.default') @section('styles') @endsection @section('content')
back

Import images

Images Location Url

Line separated list of images (names must be [SAP id - no leading zeros][-position].png eg.: 10448.png 10448-1.png 10448-2.png

Images will be sorted automatically by ids and position since the import for each product should be always in order of image positon (main, -1, -2, etc).

IMPORTANT: When importing an image position that still doesn't exist, the image will assume the last position always, even if it is a lower one. Eg. a product has only one image and matnr-3.png is imported alone: this image will be the 2nd image and not the 4th.

This will import the list of images below. The product main image will be replaced if it exists

Product ID (SAP) Image URL Import Status
@endsection @section('scripts') @parent @endsection