Update Payment Settings
Sets a custom fee structure for a product.
Requires the stores.products.update permission.
Authorizations
Your API key goes here
Path Parameters
The ID of the store.
The ID of the product.
Body
The Komerza.Common.Forms.Products.ProductPaymentForm with fee details.
Form for updating product payment information
The array of blocklisted payment methods for the specific product must be a valid Komerza payment method ID
The list of payment method fees, Payment Method -> Fee percentage
The list of fixed payment method fees, Payment Method -> Fixed fee amount
Response
The object was successfully updated.
Represents a default generic response for API endpoints.
Indicates whether the operation or response was successful.
A descriptive message providing additional context or information about the response.
The error code (if there was an error) to use when referencing the error
Represents the data associated with a response.