CreateOrUpdatePriceBookVersionInput
Input for creating or updating price book version
This page contains
Fields
| id ID | Unique identifier of the price book version |
| priceBookId String! | Unique identifier of the price book |
| author String! | Name of the user who is creating/updating the price book version |
| versionedDate DateTime | Versioned date of the price book |
| priceBookEntriesVersion [UpdatePriceBookEntryVersionInput!] | Input to update price book entries version |
Mutations for CreateOrUpdatePriceBookVersionInput
| createOrUpdatePriceBookVersion | Creates price book version by price book Id or updates price book version by its Id |