magento · Schema

InventorySourceRequest

Request body for creating or updating an inventory source.

Properties

Name Type Description
source object
View JSON Schema on GitHub

JSON Schema

magento-inventorysourcerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InventorySourceRequest",
  "title": "InventorySourceRequest",
  "type": "object",
  "description": "Request body for creating or updating an inventory source.",
  "required": [
    "source"
  ],
  "properties": {
    "source": {
      "$ref": "#/components/schemas/InventorySource"
    }
  }
}