Body
Required
-
Created at
-
Field
Values are
optionName
,optionValue
,metaFieldName
, ormetaFieldValue
. -
Id
-
Inventory feed
-
Match type
Values are
includes
,excludes
,matches
,startsWith
, orendsWith
. -
Transform from
-
Transform to
-
Transform type
Values are
capitalize
,humanize
, ornone
. Default value isnone
. -
Updated at
PUT
/inventory-feed-mappings/{id}.json
curl \
--request PUT 'http://api.example.com/v1/inventory-feed-mappings/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"createdAt":"2025-05-04T09:42:00Z","field":"optionName","id":42,"inventoryFeedId":42,"matchType":"includes","transformFrom":["string"],"transformTo":"string","transformType":"none","updatedAt":"2025-05-04T09:42:00Z"}'
Request examples
{
"createdAt": "2025-05-04T09:42:00Z",
"field": "optionName",
"id": 42,
"inventoryFeedId": 42,
"matchType": "includes",
"transformFrom": [
"string"
],
"transformTo": "string",
"transformType": "none",
"updatedAt": "2025-05-04T09:42:00Z"
}