Body
Required
-
enabled
boolean | null Required Enabled
Default value is
true
. -
inventoryFeedId
integer(int32) Required Inventory feed
-
inventoryQuantityBoolean
string | null Inventory quantity boolean
-
inventoryQuantityDefault
integer(int32) | null Inventory quantity default
-
metaFieldsScope
string | null Meta fields scope
-
name
string Required Name
-
normalizeImageUrl
boolean | null Normalize image url
-
optionName
string | null Option name
-
parseNumber
boolean | null Parse number
-
prefix
string | null Prefix
-
priceOperator
string | null Required Price operator
Values are
addition
,subtract
,multiply
, ordivide
. Default value isaddition
. -
priceOperatorField
string | null Price operator field
-
priceOperatorValue
number | null Required Price operator value
Default value is
0
. -
purpose
string Required Purpose
Values are
barcode
,compareAtPrice
,costPrice
,countryOfOrigin
,description
,distanceUnit
,externalGroupId
,externalId
,grams
,handle
,hsCode
,images
,inventoryLocation
,inventoryPolicy
,inventoryQuantity
,inventoryQuantityBoolean
,location
,metaFields
,mpn
,name
,option
,packingDepth
,packingHeight
,packingWidth
,productType
,requiresShipping
,retailPrice
,sku
,tags
,vendorName
, orweight
. -
seperator
string | null Seperator
-
slugify
boolean | null Slugify
-
strip
array[string] | null Strip
-
subfieldPurpose
string | null Subfield purpose
Values are
inventoryQuantity
,externalId
,externalGroupId
,sku
,vendorName
,costPrice
,retailPrice
,name
,images
,productType
,requiresShipping
,barcode
,grams
,options
,tags
, ordescription
. -
subfieldRegex
string | null Subfield regex
curl \
--request POST 'http://api.example.com/v1/inventory-feed-fields.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"enabled":true,"inventoryFeedId":42,"inventoryQuantityBoolean":"string","inventoryQuantityDefault":42,"metaFieldsScope":"string","name":"string","normalizeImageUrl":true,"optionName":"string","parseNumber":true,"prefix":"string","priceOperator":"addition","priceOperatorField":"string","priceOperatorValue":0,"purpose":"barcode","seperator":"string","slugify":true,"strip":["string"],"subfieldPurpose":"inventoryQuantity","subfieldRegex":"string"}'
{
"enabled": true,
"inventoryFeedId": 42,
"inventoryQuantityBoolean": "string",
"inventoryQuantityDefault": 42,
"metaFieldsScope": "string",
"name": "string",
"normalizeImageUrl": true,
"optionName": "string",
"parseNumber": true,
"prefix": "string",
"priceOperator": "addition",
"priceOperatorField": "string",
"priceOperatorValue": 0,
"purpose": "barcode",
"seperator": "string",
"slugify": true,
"strip": [
"string"
],
"subfieldPurpose": "inventoryQuantity",
"subfieldRegex": "string"
}
{
"createdAt": "2025-05-04T09:42:00Z",
"enabled": true,
"id": 42,
"inventoryFeedId": 42,
"inventoryQuantityBoolean": "string",
"inventoryQuantityDefault": 42,
"metaFieldsScope": "string",
"name": "string",
"normalizeImageUrl": true,
"optionName": "string",
"parseNumber": true,
"prefix": "string",
"priceOperator": "addition",
"priceOperatorField": "string",
"priceOperatorValue": 0,
"purpose": "barcode",
"seperator": "string",
"slugify": true,
"strip": [
"string"
],
"subfieldPurpose": "inventoryQuantity",
"subfieldRegex": "string",
"updatedAt": "2025-05-04T09:42:00Z"
}