docs
  1. Add-on Documentation
  2. Omni-channel Add-on
  3. Developer Guide
  4. Api Reference
  5. Variants
  6. Detach Store From A Variant

Detach Store from a Variant

Delete the connection between a Store and a Variant

Delete store variant stock level

Path Parameters

ParameterDetails
storeId
  • required
integer
Examples:
  • {
      "type": "integer"
    }
  • {
      "type": "string"
    }
variantId
  • required
integer
Examples:
  • {
      "type": "integer"
    }
  • {
      "type": "string"
    }

Responses

200
Stock deleted
application/json
Success
401
Unauthorized
application/json
Error
404
Stock not found
application/json
Error
DELETE/stores/{storeId}/variants/{variantId}/stock-delete

Request samples

Provide Feedback