File details: merchant_open_hours_date_schedule.csv

Edit on GitHub

This document describes the merchant_open_hours_date_schedule.csv file to configure special merchant opening hours in your Spryker shop.

To import the file, run:

data:import merchant-opening-hours-date-schedule

Import file parameters

The file should have the following parameters:

PARAMETER REQUIRED TYPE DEFAULT VALUE REQUIREMENTS OR COMMENTS DESCRIPTION
merchant_reference String Unique Identifier of the merchant in the system.
date Date Date is in format: yyyy-mm-dd Date of the described schedule.
time_from Datetime Time is in format hh:mm:ss Time from.
time_to Datetime Time is in format hh:mm:ss Time to.
note String Additional notes or comments to the schedule.

Import file dependencies

The file has the following dependencies:

Import template file and content example

Find the template and an example of the file below:

FILE DESCRIPTION
template_merchant_open_hours_date_schedule.csv Import file template with headers only.
merchant_open_hours_date_schedule.csv Example of the import file with Demo Shop data.