Hello,
How do I retrieve Product Master Attribute data via a GET request?
For example to retrieve the Product Master I would use the below:
GET: {{resource}}/data/ProductMasters?$filter=ProductNumber eq '001234'&cross-company=true
And for the related size dimension info I would use;
GET: {{resource}}/data/ProductMasterSizes?$filter=ProductMasterNumber eq '001234'&cross-company=true
How do I retrieve the Product Attribute info? I've tried the below to no avail;
{{resource}}/data/ProductAttributeV2?cross-company=true
{{resource}}/data/ProductAttribute?cross-company=true
{{resource}}/data/ProductMasterAttributes?cross-company=true
{{resource}}/data/ProductMasterAttribute?cross-company=true