We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I am making a GET call to the salesOrderRepositoryV1 REST API, the response json does not have "shipping_method" field in it.
API : GET /V1/orders/{id} GET /V1/orders
The text was updated successfully, but these errors were encountered:
@mbrinton01 do we have this captured in the backlog?
Sorry, something went wrong.
@karanbhomiagit we have a shipping method in that API under:
"shippingAssignments": [ { "shipping": { ... "method": "string"
Does this work for you?
this issue is a duplicate of #2628 and had been fixed already. Shipping data is transmitted to extension attributes.
Merge pull request #3375 from magento-qwerty/2.2.7-bugfixes-251018
bdff263
Fixed issues: - MAGETWO-92172: [Backport for 2.2.x] Redundant File Names for Quote Attachments - MAGETWO-92725: Incorrect group actions behavior - MAGETWO-92181: Fixed incorrect behavior of attribute sets - MAGETWO-92184: JS Templates Limitations
NadiyaS
No branches or pull requests
When I am making a GET call to the salesOrderRepositoryV1 REST API, the response json does not have "shipping_method" field in it.
API :
GET /V1/orders/{id}
GET /V1/orders
The text was updated successfully, but these errors were encountered: