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

Shopware v.6.6 stateMachineState for delivery and payment is always = (null) #3717

Open
peterbillbee opened this issue May 16, 2024 · 2 comments
Labels

Comments

@peterbillbee
Copy link

peterbillbee commented May 16, 2024

PHP Version

n/a

Shopware Version

6.6

Expected behaviour

We are a company that offers order processing software for Shopware merchants, among others.
When calling orders we receive the stateMachineState and the stateMachineState for the shipping and payment (as with Shopware Shops running versions <6.6.).

Actual behaviour

For customers who have updated their store to Shopware version 6.6, we no longer receive the necessary status information (stateMachineState) for the shipping status and payment status when calling orders: https://share.billbee.io/L1ub7Zzx
The states are (null).

How to reproduce

Call an order from a Shopware store with version 6.6 and stateMachineState for shipping and payment are (null).
Call an order from a Shopware store with version <6.6 and stateMachineState for shipping and payment have a value.

@shyim
Copy link
Member

shyim commented May 16, 2024

You have to reference that association explicitly now in the request body associations key

@peterbillbee peterbillbee changed the title Shopware v.6.6 stateMaschineState for delivery and payment is always = (null) Shopware v.6.6 stateMachineState for delivery and payment is always = (null) May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants