Partner Commerce Partner Commerce for Administrators Creating a Storefront Record Current: Creating a Price List PDF Download PDF Download page Creating a Price List. Current page All pages Creating a Price List You can use the following options to create a price list that is required while creating a storefront record:Use the POST https://<URL_of_the_Instance>/api/revenue-admin/v1/price-lists with the following minimum required sample payload: { "Name": "string", "Account": { "Id": "{default account that you created as a prerequisites}", "Name": "{name of the account}" }, "IsActive": true, } CODE Use the Revenue Admin User Interface. For more information, see Configuring the Price Lists.Next Step: Create a Storefront Record. ×