Skip to main content

Update specific ShopTracker

PUT 

/trackers/:guid

Update a specific ShopTracker

Request

Path Parameters

    guid uuidrequired

    The guid of the ShopTracker.

Body

Input data

    shop_id uuid

    Possible values: <= 255 characters

    The guid of the Shop this ShopTracker belongs to.

    code string

    Possible values: <= 255 characters

    The code of the ShopTracker.

    name string

    Possible values: <= 255 characters

    The name of the ShopTracker.

    description string

    Possible values: <= 65536 characters

    The description of the ShopTracker.

    type string

    The type of the ShopTracker.

    extra_url_parameters stringdeprecated

    Possible values: <= 255 characters

    Any extra url parameters. Not used.

Responses

ShopTracker updated.

Schema

    guid uuidrequired

    The guid of the ShopTracker.

    shop_id uuid

    Possible values: <= 255 characters

    The guid of the Shop this ShopTracker belongs to.

    code stringrequired

    Possible values: <= 255 characters

    The code of the ShopTracker.

    name stringrequired

    Possible values: <= 255 characters

    The name of the ShopTracker.

    description string

    Possible values: <= 65536 characters

    The description of the ShopTracker.

    type stringrequired

    The type of the ShopTracker.

    extra_url_parameters stringdeprecated

    Possible values: <= 255 characters

    Any extra url parameters. Not used.

    clicks integer

    How many times the link of the ShopTracker is visited.

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

Loading...