@extends('layouts.authenticated') @section('action','active') @section('title','Action') @section('style') @endsection @section('content')
Orders
  • Get STRB orders from magento.

  • Send orders to Strawberry Net.

  • Get order status to Strawberry Net.

  • Update order status to Magento.

Products
  • Get products from Strawberry Net.

  • Get products from Magento.

  • Sync products & quantities.


  • Get product quantity from Strawberry Net.

  • Update product quantity to Magento.

@endsection @section('customjs') @endsection