Skip to main content

Update specific Shop's options

PUT 

/shop/:guid/options

Update a specific Shop's options.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

Body

Input data

    oneOf

    These are all the Shop Options that anyone can access.

    pdf boolean

    Whether we want the PDF rendered or not.

    return boolean

    Whether return items are allowed or not.

    receipt boolean

    Whether to generate a receipt or not.

    allow_user_return boolean

    Whether to allow visitors to submit a refund (returns resulting in a price < 0) or not.

    arbitrary boolean

    Whether an arbitrary amount is allowed to be refunded.

    allow_order_return boolean

    Whether is allowed to return the full Order at once.

    send_email boolean

    Whether to send an email on successfull Order or not.

    late_personalization boolean

    Whether to allow late personalisation or not.

Responses

Shop Options updated. This returns an empty response.

Loading...