medusa-custom-attributes icon indicating copy to clipboard operation
medusa-custom-attributes copied to clipboard

Plugin that extends MedusaJs with custom attributes API

Results 14 medusa-custom-attributes issues
Sort by recently updated
recently updated
newest added

Passing any relation to expand for the storefront products/ API endpoint appears to drop custom_attributes from the response data. Should the inclusion of attribute relations in defaultStoreProductsRelations mean they're always...

This error happened after upgrading Medusa to latest version ```bash "Requested fields [attribute_values, attribute_values.attribute, int_attribute_values, int_attribute_values.attribute] are not valid" ``` ![image](https://github.com/vholik/medusa-custom-attributes/assets/73169053/35cedb66-960f-40bb-8091-92ee843d5f01) ![image](https://github.com/vholik/medusa-custom-attributes/assets/73169053/f8503d03-bfdc-4b07-9a15-279ec1dbba15)

Hello! this plugin was working just fine for me the other day, and today when i tried to check a new boolean attribute i added to my product, the console...

![image](https://github.com/vholik/medusa-custom-attributes/assets/119069286/31a1d59d-aa58-4801-8162-d191b9ef9292) @vholik It has a metadata object in the API response, but it is not on the admin dashboard.

Hello guys, please help with any suggestions. I have standalone project of `medusa admin ui`. So if I want to use this plugin how can I extend it's ui on...

Do the additional fields created by this plugin support CSV import/export? And if not, would it be best to create my own custom import/exporter?

Hi, I've created a custom attribute and expected it to be added to the Meilisearch index, but it wasn't. Is this a bug or expected behavior? If it's expected, are...

Can't get this plugin working for Medusa 2.0? It is not supported?

Hello, I find that this works on a typical Medusa project, but for MercurJS, the visual customizations only apply to the AdminUI, which should be the case but just for...

Description: I'm encountering issues when trying to extend the Product entity from @medusajs/medusa and establish a one-to-one relationship with a custom entity, ProductSpecification. The problem appears to be due to...