Delete variant supply delay Deprecated

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://mall-api-proxy.documentation.omnicado.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "omnicado-mall-proxy MCP server": {
    "url": "https://mall-api-proxy.documentation.omnicado.com/mcp"
  }
}

Close
DELETE /products/{productId}/variants/{variantId}/supply-delay

Headers

  • X-Application-Name string

Path parameters

  • productId string Required

    Partner's product identifier

  • variantId string Required

    Partner's variant identifier

Query parameters

  • client_id string Required

    Client identifier

Responses

  • 204

    The server successfully processed the request and is not returning any content.

DELETE /products/{productId}/variants/{variantId}/supply-delay
curl \
 --request DELETE 'https://mpapi.proxy.omnicado.com/v1/products/F192621/variants/F1926211/supply-delay?client_id=yourClientId&client_id=api_token_value' \
 --header "X-Application-Name: myApplicationName"