CatalogVendorCostPlan
Represents the syndicated catalog vendor cost configured for a pricing plan in the context of a partner
This page contains
Fields
| pricingPlanId: ID! | Unique identifier of the pricing plan |
| partner: String! | Partner (child marketplace) the catalog vendor cost applies to |
| flatFee: CatalogVendorCost PREVIEW | Catalog vendor cost for the flat fee |
| setupFee: CatalogVendorCost PREVIEW | Catalog vendor cost for the setup fee |
| contractFee: CatalogVendorCost PREVIEW | Catalog vendor cost for the contract fee |
| units: [CatalogVendorCostPerUnit!] PREVIEW | Catalog vendor cost for the various units in the pricing plan |
Mutations for CatalogVendorCostPlan
| setCatalogVendorCost PREVIEW | Set the syndicated catalog vendor cost for a pricing plan in the context of a partner (child marketplace). Upserts the per-fee cost overrides used by cost-based pricing. |