v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Auto

Configure Auto Import Schedules

post/v2/user/catalogs/{storeId}/autoImport/scheduling/schedules

Path parameters

storeIdstring guid required

Your store identifier

Request body

schedulesstring[] required

Indicate the time span you want to import your catalog. (i.e. "21:00:00" to import your catalog at 9PM)

localTimeZoneNamestring

If null the local time zone name will be "Romance Standard Time"

Example request

{
  "schedules": [
    "21:00:00",
    "23:00:00",
    "08:30:00"
  ],
  "localTimeZoneName": "Romance Standard Time"
}

Response

Auto import scheduling saved