application/json
PATCH
/external/api/products/{productId}/prices
cURL (application/json)
curl \
--request PATCH 'https://api.fygi.store/external/api/products/{productId}/prices' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"storeId":"string","prices":[{"dimensionId":"string","currencyCode":"string","amount":42,"taxPercent":42,"adjustmentTypeId":"string","validFrom":"2025-05-04T09:42:00Z"}]}'
curl \
--request PATCH 'https://api.fygi.store/external/api/products/{productId}/prices' \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PATCH 'https://api.fygi.store/external/api/products/{productId}/prices' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"
Request examples
{
"storeId": "string",
"prices": [
{
"dimensionId": "string",
"currencyCode": "string",
"amount": 42,
"taxPercent": 42,
"adjustmentTypeId": "string",
"validFrom": "2025-05-04T09:42:00Z"
}
]
}
Request examples
{
"storeId": "string",
"prices": [
{
"dimensionId": "string",
"currencyCode": "string",
"amount": 42,
"taxPercent": 42,
"adjustmentTypeId": "string",
"validFrom": "2025-05-04T09:42:00Z"
}
]
}
Request examples
{
"storeId": "string",
"prices": [
{
"dimensionId": "string",
"currencyCode": "string",
"amount": 42,
"taxPercent": 42,
"adjustmentTypeId": "string",
"validFrom": "2025-05-04T09:42:00Z"
}
]
}