Skip to main content

Get a specific Shop's options

GET 

/shop/:guid/options

Retrieve a specific Shop's options.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

Responses

Shop Options found and supplied

Schema

    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.

Loading...