Guest User

Untitled

a guest
Jan 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. `{
  2. "products": {
  3. "product": [
  4. {
  5. "sku": "$sku",
  6. "category": [
  7. {
  8. "id": "$category_id1",
  9. "name": "$category_name1",
  10. "url": "$category_url1",
  11. "image_url": "$category_image_url1"
  12. }
  13. ],
  14. "specifications": "$specifications"
  15. }
  16. ]
  17. }
  18. }`
Add Comment
Please, Sign In to add comment