Objective
Microsoft sometimes releases Products which Atria is unable to find. We are currently working on a fundamental redesign of our Product Syncronisation process to correctly get products and match the format of Atria.
As a temporary workaround, we have a PowerShell script which can create the Product and Service Plan.
Instructions
If the product doesn't exist in their documentation, please contact our support team for assistance in pulling the Service Plan ID from a tenant directly.
Find the GUID of the Product. For example, if we are trying to add 'Advanced Communications' you will find the GUID in the third column.

Please note - you may find that the product name does not actually relate to what is shown in the Partner Center or the Customer Environment. This is typical with products under going re-name or re-branding. If you have any questions, please reach out to our friendly support team.
For our next example, I will add Microsoft Teams Premium.

As you can see, the Product Name is 'Introductory Pricing' - This is because it is different to what is shown in the actual product catalog. This can also be confirmed by downloading the Offer Matrix to clarify if the 'GUID' is the same between products.
Copy the GUID. If you want to confirm against the Offer Matrix - Here is a Scribe on how to do that
https://scribehow.com/shared/Microsoft_Online__Download_a_Offer_Matrix__HtCURUslRUGWZNCAz25aDw
Next, navigate to your Atria Provisioning Server.
Download the attached Script on this KB article, extract the files, and then run the script 'Add-AtriaPartnerCenterProduct.ps1'.
This script takes two parameters
-PartnerCenterLabel
2. Copy the MS Product GUID identified in the Service Plans table or the Offer Matrix
Next, run the script with the parameters
For example, adding Microsoft Teams Premium Introductory Pricing
.\Add-AtriaPartnerCenterProduct.ps1 -PartnerCenterLabel 'A101CSP Partner Center' -MSProductGuid '36a0f3b3-adb5-49ea-bf66-762134cf063a'

Now, the Product is available to be selected
