PUT /shop/business-hours/update

Scope required: (Manage Team)

Update store business hours.
id, available values: 1, 2, 3, 4, 5, 6, 7
name, available values: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
option, available values: open, close, open_1, open_2
start, required if option is open_1 or open_2, available values: between 00:00 and 23:45, stepping by 00:15
end, required if option is open_1 or open_2, available values: between 00:00 and 24:00, stepping by 00:15
start_2, required if option is open_2, available values: between 00:00 and 23:45, stepping by 00:15
end_2, required if option is open_2, available values: between 00:00 and 24:00, stepping by 00:15

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
data[] Array Yes
data[].id String No
data[].option String No
data[].end String No
data[].start_2 String No
data[].end_2 String No
data[].name String No
data[].start String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.