Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upate README to match Shopify docs #626

Merged
merged 1 commit into from Aug 6, 2023
Merged

Upate README to match Shopify docs #626

merged 1 commit into from Aug 6, 2023

Conversation

matt-cos
Copy link
Contributor

@matt-cos matt-cos commented Aug 4, 2023

Using value_type as a key in the params object was throwing a 422 error:

{
  "errors": {
    "value_type": [
      "is not valid"
    ]
  }
} 

The Shopify API is expecting type as the key.

Fixes #622

@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same when pulling 0eef8a8 on matt-cos:master into 848b773 on MONEI:master.

@lpinca lpinca merged commit ccaf044 into MONEI:master Aug 6, 2023
7 checks passed
@lpinca
Copy link
Collaborator

lpinca commented Aug 6, 2023

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update README for metafield
3 participants