Skip to content

Missing products if code or variant code greather than 50 characters #69

Description

@maximehuran

We have an issue with order synchronization because of long products and variants code.

Test with :

  • Product code : product-test-maxime-with-long-code-it-s-long-code-yes-long
  • Variant code : product-test-maxime-with-long-code-it-s-long-code-yes-long-variant-1

Result :
image

It seems that the maximum size is 50 characters.
A simple way could be to send the ID instead of the code.
We can imagine other solutions but we have to think about it carefully.

When we want to export the order we have 2 types of errors :

Bad Request: A product with the provided variant ID does not exist in the account for this list.
Uri: /ecommerce/stores/mystore/orders
Resource Not Found: The requested resource could not be found.
Uri: /ecommerce/stores/mystore/products

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions