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

M2.1 API salesOrderRepositoryV1 can't create shpping address #5544

Closed
5zymon opened this issue Jul 8, 2016 · 2 comments
Closed

M2.1 API salesOrderRepositoryV1 can't create shpping address #5544

5zymon opened this issue Jul 8, 2016 · 2 comments
Assignees
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@5zymon
Copy link

5zymon commented Jul 8, 2016

Hello, I am not sure if this is Magento issue or lack of documentation, but I just stuck for a longer while and I just can't find anything wrong on my end.

I am importing orders using salesOrderRepositoryV1 and REST API. I am providing shipping details in extension attributes

public 'extension_attributes' =>
object(stdClass)[590]
public 'shipping_assignments' =>
array (size=1)
0 =>
object(stdClass)[595]
public 'shipping' =>
object(stdClass)[602]
public 'address' =>
object(stdClass)[599]
public 'address_type' => string 'shipping' (length=8)
public 'city' => string 'City' (length=8)
public 'country_id' => string 'US' (length=2)
public 'email' => string 'testing+magento@gmail.com' (length=25)
public 'entity_id' => int 3
public 'firstname' => string 'Test' (length=6)
public 'lastname' => string 'Testing' (length=5)
public 'parent_id' => int 2
public 'postcode' => string '40-029' (length=6)
public 'street' =>
array (size=1)
0 => string 'Some Street 18/8' (length=13)
public 'telephone' => string '2134414124' (length=10)
public 'method' => string 'flatrate_flatrate' (length=17)
public 'total' =>
object(stdClass)[596]
public 'base_shipping_amount' => int 5
public 'base_shipping_canceled' => int 5
public 'base_shipping_discount_amount' => int 0
public 'base_shipping_discount_tax_compensation_amnt' => null
public 'base_shipping_incl_tax' => int 5
public 'base_shipping_tax_amount' => int 0
public 'shipping_amount' => int 5
public 'shipping_canceled' => int 5
public 'shipping_discount_amount' => int 0
public 'shipping_discount_tax_compensation_amount' => int 0
public 'shipping_incl_tax' => int 5
public 'shipping_tax_amount' => int 0

The order is created in magento, Billing Details are fine when I try to view the order in backend I get this:

Fatal error: Call to a member function getId() on null in /var/www/magento_2/vendor/magento/module-sales/Block/Adminhtml/Order/View/Info.php on line 227

When I check order in database "sales_order_address" table, there is billing address inserted, but there is no sign of shipping address in there.

@mbrinton01
Copy link

Created internal issue MAGETWO-55291 to investigate.

@mbrinton01 mbrinton01 added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report labels Jul 11, 2016
mmansoor-magento pushed a commit that referenced this issue Oct 5, 2016
Fixed issues:
- MAGETWO-56938: CLONE - [Github] API salesOrderRepositoryV1 can't create shipping address #5544
- MAGETWO-55342: [GITHUB] Free shiping coupon usage is not tracked #3506
- MAGETWO-59137: It's impossible to create a catalog price rule
- MAGETWO-59090: [Github] Admin can't reset password for more than one customer #5260
- MAGETWO-58182: [Github] Minicart item count is not updated if switch from https to http #6487
@sdzhepa
Copy link
Contributor

sdzhepa commented Oct 6, 2016

@5zymon
Fix for this issue was delivered to develop branch. Pls feel free to check it in develop and reopen if need

  • Fix for Magento 2.1 will be delivered late in scope of internal ticket MAGETWO-55291

@sdzhepa sdzhepa closed this as completed Oct 6, 2016
magento-engcom-team pushed a commit that referenced this issue Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

3 participants