Skip to main content

Delete Product translation by lookup key

DELETE 

/products/:lookupKey/:lookupValue/translation/:translationLanguage

Use this endpoint to delete product translation by lookup key and the language for which the translation needs to be deleted. If multiple products with the same lookup key exist, use additional filtering depending on the lookup key to uniquely identify the product (e.g. source and language for lookup key source).

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about product lookup keys

    lookupValue stringrequired

    The value of the key (id, sourceId, sku or supplierCode)

    translationLanguage stringrequired

    The language to delete. Cannot be the default language of the category

Query Parameters

    source string

    Optional. Used in combination with lookup key sourceId

    language string

    Optional. Default language of the product

Responses

Delete Product translation by Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    object
    messages string[]
Loading...