User-15895
User-15895

Reputation: 15

Magento Rest API - white space sku issue

Issue

Unable to get update price via REST API due to white space in the sku

Steps to reproduce the issue

  1. Create a product with SKU containing white space, eg. 'BAH SB'
  2. Query Magento instance via REST API /rest/V1/products/BAH SB
  3. Observe response

I tried URL Encoding:

/rest/V1/products/BAH%20SB

/rest/V1/products/BAH+SB

but didn't work.

Any Help?

Upvotes: 0

Views: 566

Answers (1)

Ehab AL-amawi
Ehab AL-amawi

Reputation: 11

Magento can handle white spaces in the SKU. I just tried and the product came normally.

screenshot

Upvotes: 0

Related Questions